Serialize object graph down to the certain depth #84
Labels
Feature
Issue tracking a feature request, or WIP
Low Priority
up-for-grabs
something that can be solved by the community, PRs welcome!
Like Newtonsoft's Json serializer, serializing object graph to the certain depth may be useful in some use cases like O/R Mappers. (P.S. newtonsoft is actually limit depth while deserializing but not serializing).
Stack overflow json.net limit maxdepth when serializing discussion is a good example of such scenario.
The text was updated successfully, but these errors were encountered: