Package | Description |
---|---|
org.jsefa.xml |
Modifier and Type | Class and Description |
---|---|
class |
XmlIOFactoryImpl
Default implementation of
XmlIOFactory . |
Modifier and Type | Method and Description |
---|---|
static XmlIOFactory |
XmlIOFactory.createFactory(Class<?>... objectTypes)
Creates a new
XmlIOFactory for XmlSerializer s and
XmlDeserializer s which can handle objects of the given object types. |
static XmlIOFactory |
XmlIOFactoryImpl.createFactory(XmlConfiguration config)
Creates a new
XmlIOFactory for XmlSerializer s and
XmlDeserializer s using the given configuration. |
static XmlIOFactory |
XmlIOFactory.createFactory(XmlConfiguration config)
Creates a new
XmlIOFactory for XmlSerializer s and
XmlDeserializer s using the given configuration. |
static XmlIOFactory |
XmlIOFactory.createFactory(XmlConfiguration config,
Class<?>... objectTypes)
Creates a new
XmlIOFactory for XmlSerializer s and
XmlDeserializer s which can handle objects of the given object types as well as those object
types for which entry points are defined in the config . |
Copyright © 2014. All rights reserved.