public abstract class SerializationContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SerializationContext.AttributeContext
The context is on an attribute of an object.
|
static class |
SerializationContext.CollectionContext
The context is on a collection.
|
static class |
SerializationContext.ObjectContext
The context is on an object.
|
| Modifier and Type | Field and Description |
|---|---|
protected SerializationContext |
parent |
| Constructor and Description |
|---|
SerializationContext(SerializationContext parent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SerializationContext.ObjectContext |
getContainerObjectContext()
Return the first ObjectContext in the ancestors, or null.
|
SerializationContext |
getParent() |
protected SerializationContext parent
public SerializationContext(SerializationContext parent)
public SerializationContext getParent()
public abstract SerializationContext.ObjectContext getContainerObjectContext()
Copyright © 2019. All rights reserved.