simperby icon indicating copy to clipboard operation
simperby copied to clipboard

Make major types invariant-preserving

Open junha1 opened this issue 2 years ago • 0 comments

  1. Add a duplicated type named RawXXX, which is strictly used for de/serialization
  2. Make the type explicitly instantiated with new()
  3. Make all fields private and provide getters

junha1 avatar Nov 28 '22 17:11 junha1