class UserDeserializer extends AbstractDeserializer

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

Constants

NAMESPACE_PREFIX

META_DIR

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 Attribute
getMetaDir()

No description

Details

at line 33
static Serializer getDeserializer()

Return Value

Serializer

at line 56
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 64
static Attribute getMetaDir()

Return Value

Attribute