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.
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 aPasper.Reflection
namespace to keep it separate from theSerialize
andDeserialize
extensions that exist inPasper.Extensibility
which is a purely complimentary extension that will have divided consumer views.