HierarchicalFormat.php
Response holds the response values that are used as output from Controller instances.
Definition: Response.php:20
Request holds the request values that are used as input to Controller instances.
Definition: Request.php:18
isDeserializedNode($value)
Determine if the value is a deserialized Node.
Definition: HierarchicalFormat.php:131
isSerializedNode($value)
Determine if the value is a serialized Node.
Definition: HierarchicalFormat.php:120
serializeValues(Response $response)
Definition: HierarchicalFormat.php:39
ObjectId is the unique identifier of an object.
Definition: ObjectId.php:28
deserializeValues(Request $request)
Definition: HierarchicalFormat.php:32
serializeNode($value)
Serialize a Node.
HierarchicalFormat is used as base class for formats that are able to represent hierarchical data lik...
Definition: HierarchicalFormat.php:27
static isValid($oid)
Check if a serialized ObjectId has a valid syntax, the type is known and if the number of primary key...
Definition: ObjectId.php:123
deserializeNode($value)
Deserialize a Node.
AbstractFormat is used as base class for specialized formats.
Definition: AbstractFormat.php:27