deSerialize

abstract fun deSerialize(inputStream: InputStream): Any

Deserializes the InputStream to an NMS handle of DefinedStructure. This call is blocking.

Return

A new NMS instance of DefinedStructure.

Parameters

inputStream

Opened inputStream. Does not close the stream after processing.