MLAPI API Reference
MLAPI API Reference
MLAPI.Serialization
BitWriterDeprecated Class
BitWriterDeprecated Methods
Dispose Method
Finalize Method
Get Method
GetBitCount(T) Method
GetFinalizeSize Method
Push(T) Method
PushArray Method
WriteAlignBits Method
WriteBits Method
WriteBool Method
WriteByte Method
WriteByteArray Method
WriteDouble Method
WriteDoubleArray Method
WriteFloat Method
WriteFloatArray Method
WriteInt Method
WriteIntArray Method
WriteLong Method
WriteLongArray Method
WriteSByte Method
WriteSByteArray Method
WriteShort Method
WriteShortArray Method
WriteString Method
WriteUInt Method
WriteUIntArray Method
WriteULong Method
WriteULongArray Method
WriteUShort Method
WriteUShortArray Method
WriteValueTypeOrString(T) Method
WriteWriter Method
ZigZagEncode Method
BitWriterDeprecated
GetFinalizeSize Method
[This is preliminary documentation and is subject to change.]
Gets the size in bytes if you were to serialize now
Namespace:
MLAPI.Serialization
Assembly:
MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Copy
public
long
GetFinalizeSize
()
Request Example
View Source
Return Value
Type:
Int64
The size in bytes
See Also
Reference
BitWriterDeprecated Class
MLAPI.Serialization Namespace