IDemarshalStrategy

Undocumented in source.

Members

Functions

BeginArrayDemarshal
void BeginArrayDemarshal(T val, string name)
Undocumented in source.
BeginDocumentDemarshal
void BeginDocumentDemarshal(string name)
Undocumented in source.
BeginObjectDemarshal
void BeginObjectDemarshal(T val, string name)
Undocumented in source.
DemarshalArray
void DemarshalArray(string name, T val)
Undocumented in source.
DemarshalEnum
void DemarshalEnum(string name, T val)
Undocumented in source.
DemarshalSingleVar
void DemarshalSingleVar(string name, T val)
Undocumented in source.
DemarshalStructOrClass
void DemarshalStructOrClass(string name, T val)
Undocumented in source.
DemarshalUnion
void DemarshalUnion(string name, T val)
Undocumented in source.
EndArrayDemarshal
void EndArrayDemarshal(T val, string name)
Undocumented in source.
EndDocumentDemarshal
void EndDocumentDemarshal(string name)
Undocumented in source.
EndObjectDemarshal
void EndObjectDemarshal(T val, string name)
Undocumented in source.

Meta