6#ifndef _ZFI_ZFXmlSerializableConverter_h_
7#define _ZFI_ZFXmlSerializableConverter_h_
#define ZFLIB_ZFAlgorithm
used to export symbols
Definition ZFAlgorithmDef.h:14
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
#define zfnull
same as NULL, defined for future use
Definition ZFCoreTypeDef_CoreType.h:88
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
#define ZFMP_OUT(ParamType, paramName)
see ZFMP_IN
Definition ZFMethod.h:111
#define ZFMP_OUT_OPT(ParamType, paramName, DefaultValue)
see ZFMP_IN
Definition ZFMethod.h:114
#define ZFMP_IN_OPT(ParamType, paramName, DefaultValue)
see ZFMP_IN
Definition ZFMethod.h:108
#define ZFMP_IN(ParamType, paramName)
macro to wrap param types for ZFMETHOD_INLINE_0 series
Definition ZFMethod.h:105
#define ZFMETHOD_FUNC_DECLARE_2(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:763
#define ZFMETHOD_FUNC_DECLARE_3(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:910
#define ZFMETHOD_FUNC_DECLARE_4(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:1065
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
ZFXmlOutputToken & ZFXmlOutputTokenDefault(void)
default xml output token
Definition ZFXml.h:186
ZFLIB_ZFAlgorithm zfbool ZFObjectFromXml(zfauto &ret, const ZFInput &input, zfstring *outErrorHint=(zft_zfnull))
util method to parse object from input with xml format
ZFLIB_ZFAlgorithm zfbool ZFObjectToXml(const ZFOutput &outputCallback, ZFObject *obj, zfstring *outErrorHint=(zft_zfnull), const ZFXmlOutputToken &token=(ZFXmlOutputTokenDefault()))
util method to convert serializable object to xml format
ZFLIB_ZFAlgorithm zfbool ZFSerializableDataToXml(ZFXml &xmlElement, const ZFSerializableData &serializableData, zfstring *outErrorHint=(zft_zfnull), ZFSerializableData *outErrorPos=(zft_zfnull))
print serializable to xml formated data
ZFLIB_ZFAlgorithm zfbool ZFSerializableDataFromXml(ZFSerializableData &serializableData, const ZFXml &xmlElement, zfstring *outErrorHint=(zft_zfnull), ZFXml *outErrorPos=(zft_zfnull))
parse xml formated data to serializable
base class of all objects
Definition ZFObjectCore.h:209
general output callback
Definition ZFIOCallback_output.h:37
ZFSerializable's data container, see ZFSerializable.
Definition ZFSerializableData.h:74
xml item that holds the xml DOM
Definition ZFXml.h:194
token used to output a xml document
Definition ZFXml.h:82
a ZFObject holder which would release content object automatically when destroyed
Definition zfautoFwd.h:34