CompactBinaryDemarshallerStrategy

Undocumented in source.

Members

Functions

BeginArrayDemarshal
void BeginArrayDemarshal(string name, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
BeginDocumentDemarshal
void BeginDocumentDemarshal(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
BeginObjectDemarshal
void BeginObjectDemarshal(string name, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
DemarshalEnum
void DemarshalEnum(T val, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
DemarshalSingleVar
void DemarshalSingleVar(string name, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
DemarshalUnion
void DemarshalUnion(T val, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
EndArrayDemarshal
void EndArrayDemarshal(string name, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
EndDocumentDemarshal
void EndDocumentDemarshal(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
EndObjectDemarshal
void EndObjectDemarshal(string name, T val)
Undocumented in source. Be warned that the author may not have intended to support it.
LoopArrayDemarshal
void LoopArrayDemarshal(string name, T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin DemarshalMixinTemplate!(StorageStrategy)
Undocumented in source.

Inherited Members

From IDemarshalStrategy

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

Meta