public interface IObjectChecker
#check(Object) check.| Modifier and Type | Interface and Description |
|---|---|
static class |
IObjectChecker.Result
Represents the result of a check.
|
| Modifier and Type | Method and Description |
|---|---|
IObjectChecker.Result |
check(Object object)
Checks an object that it meets some requirements before serializing it
|
List<Class<?>> |
getExclusions() |
IObjectChecker.Result check(Object object)
object - the object to checkCopyright © 2006–2014 Apache Software Foundation. All rights reserved.