[This is preliminary documentation and is subject to change.]
Methods
Name | Description | |
---|---|---|
Serialize(SubArrayByte, Boolean) |
Attempts to serialize the given value to the given target buffer.
| |
Serialize(SubArrayByte, Byte) |
Attempts to serialize the given value to the given target buffer.
| |
Serialize(SubArrayByte, Byte) |
Attempts to serialize the given array to the given target buffer.
| |
Serialize(SubArrayByte, Double) |
Attempts to serialize the given value to the given target buffer.
| |
Serialize(SubArrayByte, Int16) |
Attempts to serialize the given value to the given target buffer.
| |
Serialize(SubArrayByte, Int32) |
Attempts to serialize the given value to the given target buffer.
| |
Serialize(SubArrayByte, Int32) |
Attempts to serialize the given array to the given target buffer.
| |
Serialize(SubArrayByte, Int64) |
Attempts to serialize the given value to the given target buffer.
| |
Serialize(SubArrayByte, Single) |
Attempts to serialize the given value to the given target buffer.
| |
Serialize(SubArrayByte, Single) |
Attempts to serialize the given array to the given target buffer.
| |
Serialize(SubArrayByte, String) |
Attempts to serialize the given string to the given target buffer.
| |
Serialize(SubArrayByte, UInt32) |
Attempts to serialize the given value to the given target buffer.
| |
Serialize(SubArrayByte, UInt64) |
Attempts to serialize the given value to the given target buffer.
|
See Also