|  | WritableUtility Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Ookii.Jumbo.IO
 Syntax
SyntaxThe WritableUtility type exposes the following members.
 Methods
Methods| 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.
             | 
 See Also
See Also