ISupportStreamSerialization Interface
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
public interface ISupportStreamSerialization
Public Interface ISupportStreamSerialization
public interface class ISupportStreamSerialization
Gemstone.IO.Parsing.ISupportStreamSerialization = function();
Gemstone.IO.Parsing.ISupportStreamSerialization.createInterface('Gemstone.IO.Parsing.ISupportStreamSerialization');
This interface exists to allow classes to properly define the needed method signatures for using
StreamSerializationT operations. However, as long as the
ReadFrom(Stream)
and
WriteTo(Stream, Object) methods exist on a class with the proper signature, actual implementation
of this interface is optional.