Search found 1 match

by kohei
Fri Nov 13, 2020 4:52 pm
Forum: Feature Requests
Topic: - Post your Feature Requests in this thread -
Replies: 85
Views: 112191

Re: - Post your Feature Requests in this thread -

I'd like to save my custom instance as simple primitive value. I'm implementing a class which has a single int value below: public class BigInteger { public float val; } public class SaveData { public List<BigInteger> values; } But when an instance of this class is serialized to json, the serialized...