C# Class ExoWeb.ModelTypeInfo

Represents the set of information to serialize to the client for a load request for a specific ModelType.
Serializes as: { static : { prop1 : "", prop2 : "", ... propN : "" }, instance1 : ["v1", "v2", "...", "vN"], instance2 : ["v1", "v2", "...", "vN"], ..., instanceN : ["v1", "v2", "...", "vN"] }
Inheritance: IJsonSerializable
Datei anzeigen Open project: vc3/ExoWeb Class Usage Examples

Private Methods

Method Description
IJsonSerializable ( JsonReader reader ) : object
IJsonSerializable ( JsonWriter writer ) : void
ModelTypeInfo ( ) : System