Re-exports§
pub use any::read_box_any;pub use any::write_box_any;
Modules§
- any
- collection
- enum_
- map
- skip
- struct_
- trait_
object - util
- weak
- Weak pointer serialization support for
RcandArc.
Traits§
- Fory
Default - Trait for creating default values during Fory deserialization.
- Serializer
- Core trait for Fory serialization and deserialization.
- Struct
Serializer - Extended trait for struct and enum serialization.
Functions§
- read_
data - Deserializes an object implementing
Serializerfrom the read context. - write_
data - Serializes an object implementing
Serializerto the write context.