Click or drag to resize

BitReaderReadObjectPacked Method

[This is preliminary documentation and is subject to change.]

Reads a single boxed object of a given type in a packed format

Namespace:  MLAPI.Serialization
Assembly:  MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Object ReadObjectPacked(
	Type type
)
Request Example View Source

Parameters

type
Type: SystemType
The type to read

Return Value

Type: Object
Returns the boxed read object
See Also