serialize
abstract fun serialize(definedStructure: Any, outputStream: OutputStream)
Content copied to clipboard
Serializes the NMS handle of DefinedStructure to an OutputStream. This call is blocking.
Parameters
defined Structure
NMS handle.
output Stream
Opened outputStream. Does not close the stream after processing.