ObjectSerializer
class ObjectSerializer implements JsonSerializable (View source)
Responsible for retrieving attribute values from an object and serializing them.
Properties
protected CategoryInterface | $category | ||
protected ObjectInterface | $object |
Methods
array
jsonSerialize()
No description
Details
__construct(CategoryInterface $category, ObjectInterface $object)
ObjectSerializer constructor.
array
jsonSerialize()
No description