GitHub user yash-agarwa-l created a discussion: Question about feature scope of the Dart module
Hi, I've been exploring the Dart module and comparing it with the Java implementation to get a better cross-language understanding, specifically around serializers. I noticed the Dart module seems to be missing some features that exist in Java. One example is enum serialization strategies like serializeEnumByName. From what I can tell, Dart currently only supports ordinal serialization and throws an exception if the limit is exceeded. I wanted to ask, is the goal for Dart to eventually reach feature parity with Java, or is the simpler approach intentional? If parity is something the project is moving toward, I'd love to help! I'm interested in improving enum serialization in the Dart module as a starting point, and potentially tackling other gaps as well. Just wanted to check if this direction makes sense before diving in. Happy to hear any thoughts or guidance! Thanks GitHub link: https://github.com/apache/fory/discussions/3461 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
