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