Class OnMaxDepth
Enumeration of serializer behaviour options when the configured maximum depth is reached.
Constants summary
integer |
SET_NULL
Set the members null at maximal depth. |
#
1
|
integer |
THROW_EXCEPTION
Throw recursion exception. |
#
2
|