Method | Description | |
---|---|---|
Entry ( ) : SimpleFramework.Xml.Core | ||
Entry ( String id, String text ) : SimpleFramework.Xml.Core | ||
Entry ( Contact contact, |
Constructor for the
|
|
GetKey ( Context context ) : Converter |
This is used to get the key converter for the entry. This knows whether the key type is a primitive or composite object and will provide the appropriate converter implementation. This allows the root composite map converter to concern itself with only the details of the surrounding entry object.
|
|
GetValue ( Context context ) : Converter |
This is used to get the value converter for the entry. This knows whether the value type is a primitive or composite object and will provide the appropriate converter implementation. This allows the root composite map converter to concern itself with only the details of the surrounding entry object.
|
|
IsAttribute ( ) : bool |
Represents whether the key value is to be an attribute or an element. This allows the key to be embedded within the entry XML element allowing for a more compact representation. Only primitive key objects can be represented as an attribute. For example a
|
|
IsInline ( ) : bool |
Represents whether the value is to be written as an inline text value within the element. This is only possible if the key has been specified as an attribute. Also, the value can only be inline if there is no wrapping value XML element specified.
|
public Entry ( String id, String text ) : SimpleFramework.Xml.Core | ||
id | String | |
text | String | |
return | SimpleFramework.Xml.Core |
public Entry ( Contact contact, |
||
contact | Contact | /// this is the point of contact to the map object /// |
label | /// the annotation the map method or field uses /// | |
return | SimpleFramework.Xml.Strategy |
public GetKey ( Context context ) : Converter | ||
context | Context | /// this is the root context for the serialization /// |
return | Converter |
public GetValue ( Context context ) : Converter | ||
context | Context | /// this is the root context for the serialization /// |
return | Converter |