ZFFramework
 
Loading...
Searching...
No Matches
ZFClassSerializable.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFClassSerializable_h_
7#define _ZFI_ZFClassSerializable_h_
8
9#include "ZFClass.h"
10#include "ZFSerializable.h"
11#include "ZFTypeId.h"
13
19
20
28ZFTYPEID_DECLARE(ZFLIB_ZFCore, ZFClass, const ZFClass *)
29ZFTYPEID_REG(ZFLIB_ZFCore, ZFClass, const ZFClass *)
30ZFOUTPUT_TYPE(ZFClass, {v.objectInfoT(s);})
31
33#endif // #ifndef _ZFI_ZFClassSerializable_h_
34
meta data for ZFObject
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
#define ZFOUTPUT_TYPE(T_Type, outputAction)
declare your custom type conversion to string, convenient for debug
Definition ZFCoreTypeDef_OtherType.h:221
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
serializable interface
reflectable type define
#define ZFTYPEID_DECLARE(ZFLIB_, TypeName, Type)
register a type for reflection
Definition ZFTypeIdDeclare.h:137
#define ZFTYPEID_ACCESS_ONLY_REG(ZFLIB_, TypeName, Type,...)
see ZFTYPEID_DECLARE
Definition ZFTypeIdDeclare.h:205
#define ZFTYPEID_ACCESS_ONLY_DECLARE(ZFLIB_, TypeName, Type)
see ZFTYPEID_DECLARE
Definition ZFTypeIdDeclare.h:195
#define ZFTYPEID_REG(ZFLIB_, TypeName, Type,...)
see ZFTYPEID_DECLARE
Definition ZFTypeIdDeclare.h:151
see ZFClass::instanceObserverAdd
Definition ZFClass.h:29