Changeset 464 for cpp/frams/param


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/param/param.cpp

    r426 r464  
    296296                ExtValue ex;
    297297                get(i, ex);
    298                 ws = SString(SERIALIZATION_PREFIX) + ex.serialize();
     298                ws = SString(SERIALIZATION_PREFIX) + ex.serialize(NativeSerialization);
    299299        }
    300300        else
Note: See TracChangeset for help on using the changeset viewer.