Exemple #1
0
    public static SMSNoNumberResponseNotUnderstoodCommandJSON from_ClientRepeatCommandJSON_json(ClientRepeatCommandJSON ancestor, bool ignore_extras)
    {
        Debug.Assert(ancestor != null);
        SMSNoNumberResponseNotUnderstoodCommandJSON result;

        {
            HoldingGenerator handler = new HoldingGenerator("Type SMSNoNumberResponseNotUnderstoodCommand", ignore_extras);
            ancestor.write_as_json(handler);
            result = handler.value;
        }
        return(result);
    }