iface.php
Table of Contents
Interfaces
- Parsable
- Interface for custom serialization/deserialization of values.
Classes
- ObjAttribute
- Base class for property-level attributes in the phpEZ framework.
- ObjDef
- Base class for class-level attributes in the phpEZ framework.
- OmitEmpty
- Attribute to omit uninitialized properties from serialization.
- ArrayOf
- Attribute specifying the element type of an array property.
- DoNotSerialize
- Attribute to exclude a property from serialization.
- DoNotDeserialize
- Attribute to exclude a property from deserialization.
- Obj
- Base class for serializable/deserializable API data objects.
- SerializableDateTime
- Base class for serializable DateTime objects.