aloneguid / parquet-dotnet

Fully managed Apache Parquet implementation
https://aloneguid.github.io/parquet-dotnet/
MIT License
542 stars 140 forks source link

support for object datatype #474

Closed vineethkasula closed 4 months ago

vineethkasula commented 4 months ago

Issue description

I'm trying to do class serialization / deserialization for object types, but seems like serialisation/deserialisation is failing due to object type.

just want to know if we have support for object types in class serialization

aloneguid commented 4 months ago

Yes!