class BlogCategoryDeserializer extends AbstractDeserializer

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

Methods

static Serializer
getDeserializer()

No description

static mixed
deserialize(string $content)

Build BlogCategory object from json

static mixed
serializeForSelectBox(ArrayCollection $content)

Serialize ArrayCollection of objects to array for select box purposes

Details

at line 27
static Serializer getDeserializer()

Return Value

Serializer

at line 47
static mixed deserialize(string $content)

Build BlogCategory object from json

Parameters

string $content

Return Value

mixed

See also

BlogCategory

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