Structsยง
- Array
Serializer - Deserializer
Deserializer
is a custom deserializer for JSONB data, implementing theserde::de::Deserializer
trait. It allows deserializing aRawJsonb
into Rust data structures using Serde.- Object
Serializer - Serializer
Serializer
is a custom serializer for JSONB data, implementing theserde::ser::Serializer
trait. It allows serializing Rust data structures into aVec<u8>
representing the JSONB data.