Skip to content

1.x.0.Mx - Wire and storage formats

No due date 0% complete

Need to look at requirements around removing Java serialization from the server format and creating a longer term persistence format which we can support through multiple releases.

Here are some ideas for work to do:

Data format:

  • Use MessagePack to encode data - and keep in this format at server end and on disk
  • Write scorers to work with MessagePack format

Need to look at requirements around removing Java serialization from the server format and creating a longer term persistence format which we can support through multiple releases.

Here are some ideas for work to do:

Data format:

  • Use MessagePack to encode data - and keep in this format at server end and on disk
  • Write scorers to work with MessagePack format
  • Perhaps even allow fields in a class to be scored by name...
Loading