Strdate / PythonConsole

Cities Skylines mod
25 stars 4 forks source link

Alter to XML Serialization #7

Closed HuangFuSL closed 2 years ago

HuangFuSL commented 2 years ago

Altered the serialization method from binary to XML.

Strdate commented 2 years ago

I will make a few changes and merge it, hopefully later this week

Strdate commented 2 years ago

In the end, I've decided to use JSON instead. Sorry for the inconvenience. It should be finished in a few days. Anyway, I'll let you know.

HuangFuSL commented 2 years ago

That's okay, as Python has native JSON support. It would be not so hard to adjust my code.

Strdate commented 2 years ago

Closing, see https://github.com/Strdate/PythonConsole/pull/11