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

__construct(CategoryInterface $category, ObjectInterface $object)

ObjectSerializer constructor.

array
jsonSerialize()

No description

Details

__construct(CategoryInterface $category, ObjectInterface $object)

ObjectSerializer constructor.

Parameters

CategoryInterface $category
ObjectInterface $object

array jsonSerialize()

No description

Return Value

array