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.
Please make the method
AddConfigurationof theSerializationTypeConfiguration<T>class public.I need to serialize models based on reflection (basically include all properties that can be serialized, like
int,stringand so on).For that I'm getting the properties through reflection and then just add the
PropertyInfoinstance toAddConfiguration.