Click or drag to resize

ValueWriter Methods

The ValueWriter type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetWriter Gets the IValueWriterT implementation for the specified type.
Public methodStatic memberReadNullableT Reads a nullable value from the specified reader using the type's IWritable implementation or its IValueWriterT.
Public methodStatic memberReadNullableStructT Reads a nullable structure value from the specified reader using the type's IValueWriterT.
Public methodStatic memberWriteNullableT(T, BinaryWriter) Writes the specified nullable value using its IWritable implementation or its IValueWriterT.
Public methodStatic memberWriteNullableT(NullableT, BinaryWriter) Writes the specified nullable structure using its IValueWriterT.
Public methodStatic memberWriteValueT Writes the specified value using its IWritable implementation or its IValueWriterT.
Top
See Also