Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RootSerializedObj

The root object of the flat structure returned by serialize.

Hierarchy

  • SerializedObject
    • RootSerializedObj

Index

Properties

Properties

__c

__c: string

Serialized class name

__d

__d: (undefined | ObjRef | CircularRef | SerializedArray | Primitive) | Record<string, undefined | ObjRef | CircularRef | SerializedArray | Primitive>

Serialized data

__o

__o: SerializedObject[]

Serialized flat object array

Generated using TypeDoc