Ignore:
Timestamp:
02/07/16 04:09:36 (8 years ago)
Author:
Maciej Komosinski
Message:

Serialization of basic object types in JSON format

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/vm/classes/collectionobj.h

    r453 r464  
    4242static void p_new(void*,ExtValue*args,ExtValue*ret)
    4343        {ret->setObject(ExtObject(&par,new VectorObject));}
    44 SString serialize() const;
     44SString serialize(SerializationFormat format) const;
    4545ExtObject makeObject() {return ExtObject(&par,this);}
    4646
     
    7373PARAMPROCDEF(p_clone);
    7474#undef STATRICKCLASS
    75 SString serialize() const;
     75SString serialize(SerializationFormat format) const;
    7676static void p_new(void*,ExtValue*args,ExtValue*ret)
    7777        {ret->setObject(ExtObject(&par,new DictionaryObject));}
Note: See TracChangeset for help on using the changeset viewer.