Overview
  • Namespace
  • Class

Namespaces

  • OneOfZero
    • Json
      • Annotations
      • ContractResolvers
      • Converters
      • Enums
      • Exceptions

Classes

  • IncludeStrategy
  • OnMaxDepth
  • OnRecursion
  • ReferenceResolutionStrategy

Class OnMaxDepth

Enumeration of serializer behaviour options when the configured maximum depth is reached.

Namespace: OneOfZero\Json\Enums
Located at Enums/OnMaxDepth.php

Constants summary

integer SET_NULL

Set the members null at maximal depth.

Set the members null at maximal depth.

# 1
integer THROW_EXCEPTION

Throw recursion exception.

Throw recursion exception.

# 2
API documentation generated by ApiGen