Closed aughr closed 6 years ago
Use bool ptrs to make sure we're not serializing false fields when they're not explicitly set. That's a departure from existing structures, but I don't see a better option other than marshaling to and from strings instead of bools.
Use bool ptrs to make sure we're not serializing false fields when they're not explicitly set. That's a departure from existing structures, but I don't see a better option other than marshaling to and from strings instead of bools.