class SpecialOfferDeserializer extends AbstractDeserializer

Class ProductDeserializer

Constants

FRONTEND_GROUP

SPECIAL_OFFER_JQGRID_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 array
serializeArrayCollection(mixed $content)

No description

Details

at line 30
static Serializer getDeserializer()

Return Value

Serializer

at line 48
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 59
static array serializeArrayCollection(mixed $content)

Parameters

mixed $content

Return Value

array