'Declaration Public Sub Serialize( _
ByVal streamThe stream where the decoder must save the serialized data.As System.IO.Stream _
)
public void Serialize(
System.IO.Stream stream
)
public: void Serialize(
System.IO.Stream* stream
)
public:
void Serialize(
System.IO.Stream^ stream
)
Parameters
- stream
- The stream where the decoder must save the serialized data.