Method | Description | |
---|---|---|
EncodeArray ( |
||
EncodeEvent ( NetStreamEvent input ) : |
||
EncodeNative ( object input ) : |
||
EncodeString ( string input ) : |
||
EncodeType ( NetStreamType input ) : |
||
EncodeValueWithType ( object input ) : |
||
Flip ( ) : void | ||
NetStreamStorage ( ) : System | ||
NetStreamStorage ( int capacity ) : System |
Method | Description | |
---|---|---|
GetNetStreamType ( object value ) : NetStreamType |
Method | Description | |
---|---|---|
GetUnsignedVarint ( long number ) : byte[] | ||
GetVarint ( long input ) : byte[] | ||
Serialize ( object input ) : void | ||
varintSize ( long data ) : int |
public EncodeArray ( |
||
data | ||
return |
public EncodeEvent ( NetStreamEvent input ) : |
||
input | NetStreamEvent | |
return |
public EncodeNative ( object input ) : |
||
input | object | |
return |
public EncodeString ( string input ) : |
||
input | string | |
return |
public EncodeType ( NetStreamType input ) : |
||
input | NetStreamType | |
return |
public EncodeValueWithType ( object input ) : |
||
input | object | |
return |
protected GetNetStreamType ( object value ) : NetStreamType | ||
value | object | |
return | NetStreamType |
public NetStreamStorage ( int capacity ) : System | ||
capacity | int | |
return | System |