Ejemplo n.º 1
0
        public JsonInputValueSerializer(Common.JsonValue value)
        {
            if (!value.isObject())
            {
                throw new System.Exception("Serializer doesn't support this type of serialization: Object expected.");
            }

            chain.Add(value.functorMethod);
        }