메소드 | 설명 | |
---|---|---|
ReadInt32 ( this self, DeserializerSession session ) : int | ||
ReadLengthEncodedByteArray ( this self, DeserializerSession session ) : byte[] | ||
ReadObject ( this stream, DeserializerSession session ) : object | ||
ReadString ( this stream, DeserializerSession session ) : string | ||
ReadUInt16 ( this self, DeserializerSession session ) : uint | ||
ReadVarint32 ( this stream ) : uint | ||
ReadVarint64 ( this stream ) : ulong | ||
Write ( this self, byte bytes ) : void | ||
WriteLengthEncodedByteArray ( this self, byte bytes, SerializerSession session ) : void | ||
WriteObject ( this stream, object value, |
||
WriteObjectWithManifest ( this stream, object value, SerializerSession session ) : void | ||
WriteVarint32 ( this stream, uint value ) : void | ||
WriteVarint64 ( this stream, ulong value ) : void |
public static ReadInt32 ( this self, DeserializerSession session ) : int | ||
self | this | |
session | DeserializerSession | |
리턴 | int |
public static ReadLengthEncodedByteArray ( this self, DeserializerSession session ) : byte[] | ||
self | this | |
session | DeserializerSession | |
리턴 | byte[] |
public static ReadObject ( this stream, DeserializerSession session ) : object | ||
stream | this | |
session | DeserializerSession | |
리턴 | object |
public static ReadString ( this stream, DeserializerSession session ) : string | ||
stream | this | |
session | DeserializerSession | |
리턴 | string |
public static ReadUInt16 ( this self, DeserializerSession session ) : uint | ||
self | this | |
session | DeserializerSession | |
리턴 | uint |
public static Write ( this self, byte bytes ) : void | ||
self | this | |
bytes | byte | |
리턴 | void |
public static WriteLengthEncodedByteArray ( this self, byte bytes, SerializerSession session ) : void | ||
self | this | |
bytes | byte | |
session | SerializerSession | |
리턴 | void |
public static WriteObject ( this stream, object value, |
||
stream | this | |
value | object | |
valueType | ||
valueSerializer | ||
preserveObjectReferences | bool | |
session | SerializerSession | |
리턴 | void |
public static WriteObjectWithManifest ( this stream, object value, SerializerSession session ) : void | ||
stream | this | |
value | object | |
session | SerializerSession | |
리턴 | void |
public static WriteVarint32 ( this stream, uint value ) : void | ||
stream | this | |
value | uint | |
리턴 | void |
public static WriteVarint64 ( this stream, ulong value ) : void | ||
stream | this | |
value | ulong | |
리턴 | void |