Esempio n. 1
0
    private void  fromJSONNativeData(JSONValue json_value, bool ignore_extras)
    {
        Debug.Assert(json_value != null);
        TypeNativeDataJSON convert_classy = TypeNativeDataJSON.from_json(json_value, ignore_extras, true);

        setNativeData(convert_classy);
    }