WithRefTracking is deprecated, use WithTrackRef instead
(enabled bool)
| 100 | |
| 101 | // WithRefTracking is deprecated, use WithTrackRef instead |
| 102 | func WithRefTracking(enabled bool) Option { |
| 103 | return WithTrackRef(enabled) |
| 104 | } |
| 105 | |
| 106 | // WithMaxDepth sets the maximum serialization depth |
| 107 | func WithMaxDepth(depth int) Option { |