Closed muXxer closed 1 year ago
There was a difference in map serialization and binary serialization in serix. In the map serialization the UTF8 validity of strings was checked for a string field, but in binary serialization it was not.
This PR fixes that.
There was a difference in map serialization and binary serialization in serix. In the map serialization the UTF8 validity of strings was checked for a string field, but in binary serialization it was not.
This PR fixes that.