Feature Request
No response
Is your feature request related to a problem? Please describe
Current Fory dart implementation internals still have lots of difference with java and csharp:
- StructSerializer
- CollectionSerializer
- MapSerializer
- WriteContext
- ReadContext
Describe the solution you'd like
Align it with java and csharp. Note that dart generics don't erase generic type info, so don't bring java manual generics management into dart
Describe alternatives you've considered
No response
Additional context
No response
Feature Request
No response
Is your feature request related to a problem? Please describe
Current Fory dart implementation internals still have lots of difference with java and csharp:
Describe the solution you'd like
Align it with java and csharp. Note that dart generics don't erase generic type info, so don't bring java manual generics management into dart
Describe alternatives you've considered
No response
Additional context
No response