S

object S : Serializer<BytesPrimitive>

Functions

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