|  | Value | 
The ValueWriter type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetWriter | Gets the IValueWriterT implementation for the specified type. | 
|   | ReadNullableT | Reads a nullable value from the specified reader using the type's IWritable implementation or its IValueWriterT. | 
|   | ReadNullableStructT | Reads a nullable structure value from the specified reader using the type's IValueWriterT. | 
|   | WriteNullableT(T, BinaryWriter) | Writes the specified nullable value using its IWritable implementation or its IValueWriterT. | 
|   | WriteNullableT(NullableT, BinaryWriter) | Writes the specified nullable structure using its IValueWriterT. | 
|   | WriteValueT | Writes the specified value using its IWritable implementation or its IValueWriterT. | 
 See Also
See Also