tacosontitan / Pasper

A lightweight, provider agnostic, serialization proxy designed to simplify serialization definitions.
Apache License 2.0
2 stars 0 forks source link

Create an extension method for detecting `SerializedAttribute`. #4

Closed tacosontitan closed 1 year ago

tacosontitan commented 1 year ago

Consumers should be given a simplified way to detect the SerializedAttribute through its interface. I believe the best way to do this is to create extension methods in a Pasper.Reflection namespace to keep it separate from the Serialize and Deserialize extensions that exist in Pasper.Extensibility which is a purely complimentary extension that will have divided consumer views.