StructureSerializationService

interface StructureSerializationService

Serialization service.

Functions

deSerialize
Link copied to clipboard
abstract fun deSerialize(inputStream: InputStream): Any
Deserializes the InputStream to an NMS handle of DefinedStructure.
serialize
Link copied to clipboard
abstract fun serialize(definedStructure: Any, outputStream: OutputStream)
Serializes the NMS handle of DefinedStructure to an OutputStream.