IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

SerializerJson.cs File Reference

Classes

class  IG::Lib::SerializerJson
 Helper class for JSON serialization and deserialization. This class enables formatting of the generated JSON with propper indentation, which is not the case with its base class. JSON Serializer has several limitations, such as:

  • cyclic references are not supported.
  • rectangular arrays are not supported. Jagged arrays must be used.
More...
class  IG::Lib::SerializerJsonBase
 Helper class for JSON serialization and deserialization. This class does not enable formatting of the generated JSON (no indentation etc.). More...
class  IG::Lib::JsonFormatter
 Formatting of JSON strings into human readable form. More...

Namespaces

namespace  IG::Lib
 All Classes Namespaces Files Functions Variables Enumerations Properties Events