Description
StringSerializer and StringDeserializer currently use the String constructor and getBytes methods that take the encoding as a String, necessitating a Charset lookup every time those methods are called.
We could save that lookup by performing it once during the serializer configure call instead.
Attachments
Issue Links
- links to