You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey folks, it's not possible to create a custom serializer for Enum type?
I've created this class and added it to the array of IWebSerializer on the Create method, but it isn't running my custom logics 🙁
publicclassEnumSerializer:IWebSerializer<Enum>{publicvoidSerialize(refWebSerializerWriterwriter,Enumvalue,WebSerializerOptionsoptions){// my logics for enum}}
The text was updated successfully, but these errors were encountered:
Hey folks, it's not possible to create a custom serializer for
Enum
type?I've created this class and added it to the array of
IWebSerializer
on theCreate
method, but it isn't running my custom logics 🙁The text was updated successfully, but these errors were encountered: