'Declaration
Public Overloads Sub Write( _ ByVal stream As Stream, _ ByVal majorVersion As Integer, _ ByVal minorVersion As Integer _ )
public void Write( Stream stream, int majorVersion, int minorVersion )
Parameters
- stream
- The writable stream to persist to
- majorVersion
- Major version of the serialization protocol
- minorVersion
- Minor version of the serialization protocol