public class ValueConverter extends Object implements org.simpleframework.xml.convert.Converter<EntryClasses.StringProperty.Value>
| Constructor and Description |
|---|
ValueConverter(org.linguafranca.pwdb.security.StreamEncryptor encryption) |
| Modifier and Type | Method and Description |
|---|---|
EntryClasses.StringProperty.Value |
read(org.simpleframework.xml.stream.InputNode node)
De-serialise (unmarshal) the input node
|
void |
write(org.simpleframework.xml.stream.OutputNode node,
EntryClasses.StringProperty.Value value)
Serialise (marshal) the object
|
public ValueConverter(org.linguafranca.pwdb.security.StreamEncryptor encryption)
public EntryClasses.StringProperty.Value read(org.simpleframework.xml.stream.InputNode node) throws Exception
read in interface org.simpleframework.xml.convert.Converter<EntryClasses.StringProperty.Value>node - this is the node to deserialize the object fromExceptionpublic void write(org.simpleframework.xml.stream.OutputNode node,
EntryClasses.StringProperty.Value value)
throws Exception
write in interface org.simpleframework.xml.convert.Converter<EntryClasses.StringProperty.Value>node - this is the node to serialized the object tovalue - this is the value that is to be serializedExceptionCopyright © 2025. All rights reserved.