Method | Description | |
---|---|---|
Serialize ( object obj ) : ArraySegment |
||
SerializeBase ( object obj, |
||
SerializeEnum ( object obj, |
||
SerializeHelper ( object obj, |
||
SerializeStruct ( object obj, |
||
Serializer ( BaseProtocolWriter writer ) : System |
public static Serialize ( object obj ) : ArraySegment |
||
obj | object | |
return | ArraySegment |
public SerializeBase ( object obj, |
||
obj | object | |
sirenClass | ||
return | void |
public SerializeEnum ( object obj, |
||
obj | object | |
sirenEnum | ||
return | void |
public SerializeHelper ( object obj, |
||
obj | object | |
sirenType | ||
return | void |
public SerializeStruct ( object obj, |
||
obj | object | |
sirenClass | ||
return | void |
public Serializer ( BaseProtocolWriter writer ) : System | ||
writer | BaseProtocolWriter | |
return | System |