class ProductGroupDeserializer

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

Methods

static 
getDeserializer()

No description

static ProductGroup
deserialize(mixed $content)

Build ProductGroup object from json

Details

at line 25
static getDeserializer()

at line 42
static ProductGroup deserialize(mixed $content)

Build ProductGroup object from json

Parameters

mixed $content

Return Value

ProductGroup

See also

ProductGroup