ISupportStreamSerializationT Methods

Methods

ReadFrom Deserializes an instance of type T from a Stream.
WriteTo(Stream, Object) Serializes an object to a Stream.
(Inherited from ISupportStreamSerialization)
WriteTo(Stream, T) Serializes an instance of type T to a Stream.

See Also