    function map($json, &$resultObject)
    {
        $json = $this->denormalyzePayload($json,JsonLightSerializerContext::SecurityTag);
        parent::map($json, $resultObject);
    }