ApacheOrcDotNet icon indicating copy to clipboard operation
ApacheOrcDotNet copied to clipboard

Make SerializationTypeConfiguration<T>.AddConfiguration public

Open wertzui opened this issue 2 years ago • 1 comments

Please make the method AddConfiguration of the SerializationTypeConfiguration<T> class public. I need to serialize models based on reflection (basically include all properties that can be serialized, like int, string and so on). For that I'm getting the properties through reflection and then just add the PropertyInfo instance to AddConfiguration.

wertzui avatar Nov 29 '22 11:11 wertzui

See #12 for current project status. If you've already forked this project and tested the suggested improvement, please send a PR and I'll be happy to review it.

ddrinka avatar Nov 29 '22 19:11 ddrinka