class ImageDeserializer extends AbstractDeserializer

Class ImageDeserializer 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 Image object from json

static mixed
serializeForSelectBox(ArrayCollection $content)

Serialize ArrayCollection of objects to array for select box purposes

static ArrayCollection
deserializeArrayCollection(mixed $content)

Build ArrayCollection of Image objects from json

Details

at line 28
static Serializer getDeserializer()

Return Value

Serializer

at line 48
static mixed deserialize(string $content)

Build Image object from json

Parameters

string $content

Return Value

mixed

See also

Image

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 64
static ArrayCollection deserializeArrayCollection(mixed $content)

Build ArrayCollection of Image objects from json

Parameters

mixed $content

Return Value

ArrayCollection

See also

ArrayCollection
Image