_write

Public Sub _write ( Stream As Stream )

The _write method is called when the WRITE instruction is used on the object.

The method takes the target stream as argument, and must serialize the object to that stream so that the _read special method can rebuild the object later.

This method returns nothing.

See also