Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Serializable

Helper class to represent serializable objects. The actual implementation of the Serializable.serialize and Serializable.deserialize will be provided by the Serializer

Hierarchy

  • Serializable

Index

Properties

Methods

Properties

_serializeMap

_serializeMap: object

Keeps track of all decorated properties.

Note: This property should only be used by the Serializer class

see

SerializeProperty

Type declaration

Methods

deserialize

  • deserialize(jsonObject: any): void
  • Deserialize from JSON Object

    Parameters

    • jsonObject: any

      The source object.

    Returns void

serialize

  • serialize(): any

Generated using TypeDoc