-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not support POCO serialisation #121
Comments
It seems like the serialization features have been excluded from the 1.0 release: https://github.com/amzn/ion-dotnet/releases/tag/v1.0.0 Is there any plan to support this feature in the upcoming release? This is useful for a lot of .NET users. |
Yes, we removed this API for the 1.0 release to reduce the API surface area. If there is enough demand for it, it could be added in a future release. For now, I will update the readme to avoid the confusion. |
I would like to dump a bunch of objects into a Ledger database and I'm thinking a POCO serializer would help. Is there a timeline for adding this feature back? |
I am also having an use case where this is feature is needed. |
@dhhoang We need to resurrect the code from this branch: https://github.com/amzn/ion-dotnet/tree/bench-and-serialization-projects It can be submitted as a PR with its associated tests. Once we've reviewed and merged it, we can create a new release that includes it. |
I really like this project but without the POCO serialization, it is almost useless for general adoption. |
@ChiefInnovator The following library may help! https://github.com/amzn/ion-object-mapper-dotnet/ |
The readme indicates that I could serialise any POCO object using:
However, I cannot find the class
IonSerialization
.The text was updated successfully, but these errors were encountered: