Skip to content

Instantly share code, notes, and snippets.

@gergelypolonkai
gergelypolonkai / ser-example.vala
Created October 4, 2016 09:52
Vala Serialization example
/* -*- Mode: vala; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
/*
* core-json-api-simple-object.vala
* Copyright (C) 2015 Luc Chante <luc chante gmail com>
*
*/
public class Core.JsonApi.SimpleObject : Object, Json.Serializable {
public bool serialize_default_value = false;