Skip to content

Make SerializationTypeConfiguration<T>.AddConfiguration public #13

@wertzui

Description

@wertzui

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions