SysEventTypeSerde

class SysEventTypeSerde : Serde<SysEventType>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun deserialize(inData: ByteArray?): SysEventType?
Link copied to clipboard
open override fun serialize(outData: SysEventType?): ByteArray?