jvpichowski / hey-thanks-for-the-fish

The game server for comparing various ai clients in the game "Hey, Thanks for the Fish!"
0 stars 0 forks source link

Decide on an xml library #3

Closed jvpichowski closed 3 years ago

jvpichowski commented 3 years ago

In the original server XStream is used. It has the ability to parse data streams: https://x-stream.github.io/objectstream.html

It should be a good choice if it works out well.

jvpichowski commented 3 years ago

We have to use the right XML backend to support all needed characters: See: https://github.com/CAU-Kiel-Tech-Inf/backend/blob/master/sdk/src/server-api/sc/networking/XStreamProvider.kt