Structure Serialization Service
interface StructureSerializationService
Content copied to clipboard
Serialization service.
Functions
de Serialize
Link copied to clipboard
Deserializes the InputStream to an NMS handle of DefinedStructure.
serialize
Link copied to clipboard
abstract fun serialize(definedStructure: Any, outputStream: OutputStream)
Content copied to clipboard
Serializes the NMS handle of DefinedStructure to an OutputStream.