JXXON object mapper library
Serializable.h
1
//
2
// Copyright (C) 2018 Dr. Michael Steffens
3
//
4
// SPDX-License-Identifier: BSL-1.0
5
//
6
7
8
#ifndef JXXON_Serializable_INCLUDED
9
#define JXXON_Serializable_INCLUDED
10
11
#include "JXXON/Json.h"
12
13
namespace
JXXON
{
14
16
using
Serializable
=
Json::Serializable
;
17
18
}
// namespace JXXON
19
20
#endif // JXXON_Serializable_INCLUDED
JXXON
JXXON root namespace.
Definition:
Deque.h:14
JXXON::Json::Serializable
Interface implemented by (de)serializable classes. Preferrably use the type alias JXXON::Serializable...
Definition:
Json.h:72
include
JXXON
Serializable.h
Generated by
1.8.13