You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2017/06/30 23:22:00 UTC

[jira] [Created] (IGNITE-5655) Introduce pluggable string encoder/decoder

Valentin Kulichenko created IGNITE-5655:
-------------------------------------------

             Summary: Introduce pluggable string encoder/decoder
                 Key: IGNITE-5655
                 URL: https://issues.apache.org/jira/browse/IGNITE-5655
             Project: Ignite
          Issue Type: New Feature
          Components: binary
    Affects Versions: 2.0
            Reporter: Valentin Kulichenko


Currently binary marshaller encodes strings in UTF-8. However, sometimes it makes sense to customize this.

Need to:
# Create {{BinaryStringEncoder}} interface with {{encode}} and {{decode}} methods that will convert string to byte array and back.
# Create default implementation based on UTF-8.
# Add {{stringEncoder}} configuration property to {{BinaryConfiguration}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)