DataObject


Object Hierarchy:

Object hierarchy for DataObject

Description:

[ Version ( since = "6.0" ) ]
public abstract class DataObject : Object

A helper class with convenient methods for fast de/serialization

To change json property name, change property nick via Description attribure Example: `custom_nick` will be `renamed` in json data. It works for any Object, not only DataObject

  public class ValuesData : DataObject {
[Description (nick="renamed")]
public string custom_nick { get; set; }
}


Namespace: Serialize
Package: libserialize-7

Content:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object