S
Functions
deserialize
Link copied to clipboard
open override fun deserialize(type: KClass<out BytesPrimitive>, input: CursorReadable, vararg options: Options.Get): BytesPrimitive
Content copied to clipboard
open override fun deserialize(type: KClass<out BytesPrimitive>, transientId: ReadMemory, input: CursorReadable, vararg options: Options.Get): BytesPrimitive
Content copied to clipboard
serialize
Link copied to clipboard
open override fun serialize(model: BytesPrimitive, output: Writeable, vararg options: Options.Puts)
Content copied to clipboard