Expand description
PHP serialization format support
Structs§
- Byte
Reader - Reads an
io::Read
into aValue<Vec<u8>>
. - Cursor
- A stateful wrapper to make a
Str
a readableSource
- Object
- A non-
Serializable
PHP object. - Property
Name - The property name of an object.
- Ref
- A reference to another value in the serialized value tree.
- Serializable
- A PHP object that implements
Serializable
. - String
Reader - Reads an
io::Read
into aValue<String>
.
Enums§
- Array
Key - The generic array key type
- Error
- A parsing error.
- IoError
- Either a parsing error or an IO error.
- Property
Vis - The visibility of an object property.
- Value
- A serialized PHP value.
Traits§
- Source
- Represents a data source for a
Str
. - Str
- Represents a string of data, either owned or referenced.