-
-
Couldn't load subscription status.
- Fork 507
Closed
Description
Hello,Is it possible to add attributes to specified fields to implement a custom serialization and deserialization method?
For example Newtonsoft.Json
[JsonConverter(typeof(CustomConverter))]
var serializer = new SerializerBuilder() .WithTypeConverter(new CustomConverter()) .Build();
I use the above code to customize the serialization, but this is a global method
Metadata
Metadata
Assignees
Labels
No labels