This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -*- 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; |