class CategoryDeserializer extends AbstractDeserializer

Class CategoryDeserializer extends AbstractDeserializer and is used to build object of specific instance from json

Constants

CATEGORY_DROPDOWN_GROUP

Category dropdown deserialization group

CATEGORY_SELECTBOX_GROUP

Category selectbox deserialization group

CATEGORY_EDIT_GROUP

Category edit deserialization group

CATEGORY_PAGE_GROUP

Category page deserialization group

CATEGORY_JQGRID_GROUP

Category jqgrid deserialization group

CATEGORY_BACKEND_TREE_GROUP

Category backend tree deserialization group

Methods

static Serializer
getDeserializer()

No description

static mixed
deserialize(string $content)

No description

static mixed
serializeForSelectBox(ArrayCollection $content)

Serialize ArrayCollection of objects to array for select box purposes

static mixed
serializeForRest(mixed $content)

Serialize content for rest

static mixed
serialize(mixed $content)

Serialize content

static mixed
serializeForAPI(mixed $content)

Serialize for API

Details

at line 61
static Serializer getDeserializer()

Return Value

Serializer

at line 75
static mixed deserialize(string $content)

Parameters

string $content

Return Value

mixed

in AbstractDeserializer at line 49
static mixed serializeForSelectBox(ArrayCollection $content)

Serialize ArrayCollection of objects to array for select box purposes

Parameters

ArrayCollection $content

Return Value

mixed

at line 86
static mixed serializeForRest(mixed $content)

Serialize content for rest

Parameters

mixed $content

Return Value

mixed

at line 106
static mixed serialize(mixed $content)

Serialize content

Parameters

mixed $content

Return Value

mixed

at line 117
static mixed serializeForAPI(mixed $content)

Serialize for API

Parameters

mixed $content

Return Value

mixed