StoreDeserializer
class StoreDeserializer extends AbstractDeserializer
Class StoreDeserializer 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 Store object from json
static mixed
serializeForSelectBox(ArrayCollection $content)
Serialize ArrayCollection of objects to array for select box purposes
from AbstractDeserializer
Details
at line 26
static Serializer
getDeserializer()
at line 43
static mixed
deserialize(string $content)
Build Store object from json
in AbstractDeserializer at line 49
static mixed
serializeForSelectBox(ArrayCollection $content)
Serialize ArrayCollection of objects to array for select box purposes