CompactBinaryMarshallerStrategy

Undocumented in source.

Members

Functions

BeginArrayMarshal
void BeginArrayMarshal(T val, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
BeginDocumentMarshal
void BeginDocumentMarshal(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
BeginObjectMarshal
void BeginObjectMarshal(T val, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
EndArrayMarshal
void EndArrayMarshal(T val, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
EndDocumentMarshal
void EndDocumentMarshal(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
EndObjectMarshal
void EndObjectMarshal(T val, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
MarshalEnum
void MarshalEnum(T val, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
MarshalSingleVar
void MarshalSingleVar(T val, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
MarshalUnion
void MarshalUnion(T val, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin MarshalMixinTemplate!(StorageStrategy)
Undocumented in source.

Inherited Members

From IMarshalStrategy

BeginDocumentMarshal
void BeginDocumentMarshal(string name)
Undocumented in source.
EndDocumentMarshal
void EndDocumentMarshal(string name)
Undocumented in source.
BeginObjectMarshal
void BeginObjectMarshal(T val, string name)
Undocumented in source.
EndObjectMarshal
void EndObjectMarshal(T val, string name)
Undocumented in source.
BeginArrayMarshal
void BeginArrayMarshal(T val, string name)
Undocumented in source.
EndArrayMarshal
void EndArrayMarshal(T val, string name)
Undocumented in source.
MarshalClassOrStruct
void MarshalClassOrStruct(T val, string name)
Undocumented in source.
MarshalArray
void MarshalArray(StorageStrategy storer, T val, string name)
Undocumented in source.
MarshalSingleVar
void MarshalSingleVar(T val, string name)
Undocumented in source.
MarshalEnum
void MarshalEnum(T val, string name)
Undocumented in source.
MarshalUnion
void MarshalUnion(T val, string name)
Undocumented in source.

Meta