News

The following methods convert data between native Go data and byte slices of the binary Avro representation: Goavro does not use Go's structure tags to translate data between native Go types and Avro ...
Explicitly specify charset when constructing String // Before: String s = new String (bos. toByteArray ()); // After: String s = new String (bos. toByteArray (), StandardCharsets. UTF_8); ### ...