We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Serialization of objects with extreme depth can exceed the maximum call stack limit.
Mitigation: Seroval introduces a depthLimit parameter in serialization/deserialization methods. An error will be thrown if the depth limit is reached.
Seroval
depthLimit
Serialization of objects with extreme depth can exceed the maximum call stack limit.
Mitigation:
Serovalintroduces adepthLimitparameter in serialization/deserialization methods. An error will be thrown if the depth limit is reached.