AdrianStrugala / AvroConvert

Rapid Avro serializer for C# .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a non-generic deserialize headless method

Meyce opened this issue · comments

commented

Could a DeserializeHeadless method be created that takes in the type as parameter instead of as a generic argument? There is a similar method included for Deserialize. I'm dealing with some payloads that have no type/schema information included and I only know there types at runtime.

Hello,

I think it's possible. Let me check and come back to you.

Regards,
Adrian

Hello @Meyce,

Your idea has been implemented and it's available from v.3.3.2 of AvroConvert.
Thank you for your input.

Regards,
Adrian

commented

Thank you. Works great.