public class ReferenceByIdMarshaller extends AbstractReferenceMarshaller
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReferenceByIdMarshaller.IDGenerator |
AbstractReferenceMarshaller.ReferencedImplicitElementExceptionTreeMarshaller.CircularReferenceExceptionconverterLookup, writer| Constructor and Description |
|---|
ReferenceByIdMarshaller(HierarchicalStreamWriter writer,
ConverterLookup converterLookup,
Mapper mapper) |
ReferenceByIdMarshaller(HierarchicalStreamWriter writer,
ConverterLookup converterLookup,
Mapper mapper,
ReferenceByIdMarshaller.IDGenerator idGenerator) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createReference(Path currentPath,
Object existingReferenceKey) |
protected Object |
createReferenceKey(Path currentPath,
Object item) |
protected void |
fireValidReference(Object referenceKey) |
convertconvertAnother, convertAnother, get, getMapper, keys, put, startclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvertAnother, convertAnotherget, keys, putpublic ReferenceByIdMarshaller(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper, ReferenceByIdMarshaller.IDGenerator idGenerator)
public ReferenceByIdMarshaller(HierarchicalStreamWriter writer, ConverterLookup converterLookup, Mapper mapper)
protected String createReference(Path currentPath, Object existingReferenceKey)
createReference in class AbstractReferenceMarshallerprotected Object createReferenceKey(Path currentPath, Object item)
createReferenceKey in class AbstractReferenceMarshallerprotected void fireValidReference(Object referenceKey)
fireValidReference in class AbstractReferenceMarshallerCopyright © 2004-2014 XStream. All Rights Reserved.