Expand description
transit library provides fast binary serialization for Plain Old Data structures
Modules§
- prelude
- string_
codec - string encoding
- uuid_
utils - uuid encoding
- value
- json-like variant
Structs§
- DynString
- Legacy
DynString - Member
- Queue
Iterator - Static
String Dependency - StaticStringDependency serializes the value of the pointer and the contents of the string It is designed to be wire-compatible with the unreal instrumentation
- User
Defined Type - Utf8
Static String Dependency - Utf8StaticStringDependency serializes the value of the pointer and the contents of the string It should not be part of the event - it’s the dependency of the StringId
Enums§
- InProc
Size - Helps speed up the serialization of types which size is known at compile time.
Traits§
Functions§
- advance_
window - parse_
object_ buffer - parse_
pod_ instance - read_
advance_ string - Parse string from buffer, move buffer pointer forward.
- read_
any ⚠ - Helper function to read a u* pointer to a value of type T.
- read_
consume_ pod - read_
dependencies - write_
any