Serializer

Default serializer for Vector.

When serializing into BSON, this serializer uses the efficient Vector binary subtype.

When serializing to other formats (e.g. JSON…), this serializer uses a base64-encoded string.

Avoid interacting with this type directly.

Properties

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): Vector
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: Vector)