| Modifier and Type | Method and Description |
|---|---|
static SimpleXmlConverterFactory |
SimpleXmlConverterFactory.create()
Deprecated.
Create an instance using a default
Persister instance for conversion. |
static SimpleXmlConverterFactory |
SimpleXmlConverterFactory.create(org.simpleframework.xml.Serializer serializer)
Deprecated.
Create an instance using
serializer for conversion. |
static SimpleXmlConverterFactory |
SimpleXmlConverterFactory.createNonStrict()
Deprecated.
Create an instance using a default
Persister instance for non-strict conversion. |
static SimpleXmlConverterFactory |
SimpleXmlConverterFactory.createNonStrict(org.simpleframework.xml.Serializer serializer)
Deprecated.
Create an instance using
serializer for non-strict conversion. |
Copyright © 2018 Square, Inc.. All rights reserved.