[][src]Crate phpser

PHP serialization format support

Structs

ByteReader

Reads an io::Read into a Value<Vec<u8>>.

Cursor

A stateful wrapper to make a Str a readable Source

Object

A non-Serializable PHP object.

PropertyName

The property name of an object.

Ref

A reference to another value in the serialized value tree.

Serializable

A PHP object that implements Serializable.

StringReader

Reads an io::Read into a Value<String>.

Enums

ArrayKey

The generic array key type

Error

A parsing error.

IoError

Either a parsing error or an IO error.

PropertyVis

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.

Type Definitions

IoResult

Result with a parsing error or an IO error.

Result

A parsing result.