![]() | WritableUtility Methods |
The WritableUtility type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CreateDeserializerT |
Uses reflection to create a function that deserializes an object from a BinaryReader; this function
can be used in the object's Read(BinaryReader) implementation.
|
![]() ![]() | CreateSerializerT |
Uses reflection to creates a function that serializes an object to a BinaryWriter; this function
can be used in a Write(BinaryWriter) method.
|
![]() ![]() | Read7BitEncodedInt32 |
Reads in a 32-bit integer in compressed format.
|
![]() ![]() | Write7BitEncodedInt32 |
Writes a 32-bit integer in a compressed format.
|