Expand description
PHP serialization format support
Structs§
- Reads an
io::Readinto aValue<Vec<u8>>. - A stateful wrapper to make a
Stra readableSource - A non-
SerializablePHP object. - The property name of an object.
- A reference to another value in the serialized value tree.
- A PHP object that implements
Serializable. - Reads an
io::Readinto aValue<String>.
Enums§
- The generic array key type
- A parsing error.
- Either a parsing error or an IO error.
- The visibility of an object property.
- A serialized PHP value.
Traits§
- Represents a data source for a
Str. - Represents a string of data, either owned or referenced.
Type Aliases§
- Result with a parsing error or an IO error.
- A parsing result.