Serialization in order
Open
enhancement
- Dominant language
- Java
- Stars
- 24.2k
- Forks
- 4.5k
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 12
Description
```
What steps will reproduce the problem?
1.I am using Gson library for serialization, In gson after serialization fields
are not in order(I mean order however it was in that model class).But it gives
some random order.
What is the expected output? What do you see instead?
I want Serialization to be done in that same order(fields order inside that
model class)
What version of the product are you using? On what operating system?
Please provide any additional information below.
```
Original issue reported on code.google.com by `harshith...@gmail.com` on 30 Dec 2014 at 4:58
Contributor guide
Assessment
This issue has not been assessed yet.