ZFFramework
 
Loading...
Searching...
No Matches
ZFPropertySerializable.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFPropertySerializable_h_
7#define _ZFI_ZFPropertySerializable_h_
8
9#include "ZFProperty.h"
10#include "ZFSerializable.h"
11#include "ZFTypeId.h"
13
29ZFOUTPUT_TYPE(ZFProperty, {v.objectInfoT(s);})
30
35
37#endif // #ifndef _ZFI_ZFPropertySerializable_h_
38
#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
property for ZFObject type
#define ZFSerializableKeyword_ZFProperty_owner
keyword for serialize
Definition ZFPropertySerializable.h:32
#define ZFSerializableKeyword_ZFProperty_property
keyword for serialize
Definition ZFPropertySerializable.h:34
serializable interface
reflectable type define
#define ZFTYPEID_DECLARE(ZFLIB_, TypeName, Type)
register a type for reflection
Definition ZFTypeIdDeclare.h:137
#define ZFTYPEID_REG(ZFLIB_, TypeName, Type,...)
see ZFTYPEID_DECLARE
Definition ZFTypeIdDeclare.h:151
info for a property for ZFObject, see ZFPROPERTY_RETAIN for more info
Definition ZFProperty.h:28