Method | Description | |
---|---|---|
IsMarshallable ( object o ) : bool | ||
ObjectFromByteBuffer ( byte buf ) : object | ||
ObjectFromByteBuffer ( byte buf, int offset, int length ) : object | ||
ObjectToByteBuffer ( object obj ) : byte[] | ||
ObjectToByteBuffer ( object obj, int estimatedSize ) : byte[] |
Method | Description | |
---|---|---|
IntToByteBuffer ( int i ) : byte[] | ||
ObjectToByteBuffer ( int descriptorId, object obj ) : byte[] | ||
StringToByteBuffer ( string str ) : byte[] |
public ObjectFromByteBuffer ( byte buf ) : object | ||
buf | byte | |
return | object |
public ObjectFromByteBuffer ( byte buf, int offset, int length ) : object | ||
buf | byte | |
offset | int | |
length | int | |
return | object |
public ObjectToByteBuffer ( object obj ) : byte[] | ||
obj | object | |
return | byte[] |
public ObjectToByteBuffer ( object obj, int estimatedSize ) : byte[] | ||
obj | object | |
estimatedSize | int | |
return | byte[] |