Module core

Source

Structsยง

ArraySerializer
Deserializer
Deserializer is a custom deserializer for JSONB data, implementing the serde::de::Deserializer trait. It allows deserializing a RawJsonb into Rust data structures using Serde.
ObjectSerializer
Serializer
Serializer is a custom serializer for JSONB data, implementing the serde::ser::Serializer trait. It allows serializing Rust data structures into a Vec<u8> representing the JSONB data.