| Package | Description |
|---|---|
| com.aliyun.odps.simpleframework.xml.convert |
| Modifier and Type | Method and Description |
|---|---|
Registry |
Registry.bind(Class type,
Class converter)
This is used to register a binding between a type and the
converter used to serialize and deserialize it.
|
Registry |
Registry.bind(Class type,
Converter converter)
This is used to register a binding between a type and the
converter used to serialize and deserialize it.
|
| Constructor and Description |
|---|
RegistryStrategy(Registry registry)
Constructor for the
RegistryStrategy object. |
RegistryStrategy(Registry registry,
Strategy strategy)
Constructor for the
RegistryStrategy object. |
Copyright © 2019 Alibaba Cloud Computing. All rights reserved.