public interface ISupportStreamSerialization<T> : ISupportStreamSerialization
Public Interface ISupportStreamSerialization(Of T)
Inherits ISupportStreamSerializationgeneric<typename T>
public interface class ISupportStreamSerialization : ISupportStreamSerialization| UseCustomListSerialization |
Gets flag that determines if type implementing ISupportStreamSerialization is a list-type and
supports its own list serialization handling, i.e., if automated list count and items serialization should
be skipped by StreamSerializationT operations.
(Inherited from ISupportStreamSerialization) |
| 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. |