Improve java.util.UUID
support by optional binary representation
#310
Milestone
java.util.UUID
support by optional binary representation
#310
Although UUID handling can make use of embedded/native
byte[]
, if one is presented, it can not dynamically detect if it should write values as binary.But with implementation of FasterXML/jackson-core#103 it should be possible to improve things: this would be useful especially for
Smile
format (and perhaps forAvro
as well; and other yet-to-be-written binary-backed codecs).The text was updated successfully, but these errors were encountered: