Configuration used to serialize an object to json.

Hierarchy (view full)

Constructors

Properties

imageSerializationMode: ImageSerializationMode

Image serialization mode.

Default is REFERENCE

serializeImages: boolean

Serialize images in the object to json. If false, then fields that contain images are not serialized.

Default is true

Methods

  • Parameters

    Returns {
        imageSerializationMode?: ImageSerializationMode;
        serializeImages?: boolean;
        serialize?: any;
    }

    • Optional Readonly imageSerializationMode?: ImageSerializationMode

      Image serialization mode.

      Default is REFERENCE

    • Optional Readonly serializeImages?: boolean

      Serialize images in the object to json. If false, then fields that contain images are not serialized.

      Default is true