public abstract class AbstractConverter<T>
extends hudson.util.XStream2.PassthruConverter<T>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractConverter.Migrator<T> |
| Constructor and Description |
|---|
AbstractConverter(hudson.util.XStream2 xstream,
List<? extends AbstractConverter.Migrator<T>> migrators) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
callback(T object,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
public AbstractConverter(hudson.util.XStream2 xstream,
List<? extends AbstractConverter.Migrator<T>> migrators)
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal in interface com.thoughtworks.xstream.converters.Converterunmarshal in class hudson.util.XStream2.PassthruConverter<T>Copyright © 2016–2019. All rights reserved.