Property | Type | Description | |
---|---|---|---|
ctx | IZetboxContext | ||
direction | SerializerDirection | ||
isSetFlagName | string | ||
memberName | string | ||
memberType | string | ||
streamName | string | ||
xmlname | string | ||
xmlnamespace | string |
Method | Description | |
---|---|---|
AddToSerializers ( SerializationMembersList list, SerializerType type, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : void | ||
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : void | ||
Generate ( ) : void | ||
SimplePropertyWithDefaultSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : System |
public static AddToSerializers ( SerializationMembersList list, SerializerType type, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : void | ||
list | SerializationMembersList | |
type | SerializerType | |
xmlnamespace | string | |
xmlname | string | |
memberType | string | |
memberName | string | |
isSetFlagName | string | |
return | void |
public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
direction | SerializerDirection | |
streamName | string | |
xmlnamespace | string | |
xmlname | string | |
memberType | string | |
memberName | string | |
isSetFlagName | string | |
return | void |
public SimplePropertyWithDefaultSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string isSetFlagName ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
direction | SerializerDirection | |
streamName | string | |
xmlnamespace | string | |
xmlname | string | |
memberType | string | |
memberName | string | |
isSetFlagName | string | |
return | System |