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
Sometimes you have type that you would like to serialize/deserialize which you don't have control over (for example coming from library). Currently, I don't know of a way how to achieve that. I would hence propose for adding a parameter to the toJson() and fromJson() calls that would allow setting the Serde's mode. In this way, I could set it to SerdeMode.OptOut and be able to serialize it.
The text was updated successfully, but these errors were encountered:
Sometimes you have type that you would like to serialize/deserialize which you don't have control over (for example coming from library). Currently, I don't know of a way how to achieve that. I would hence propose for adding a parameter to the
toJson()
andfromJson()
calls that would allow setting the Serde's mode. In this way, I could set it toSerdeMode.OptOut
and be able to serialize it.The text was updated successfully, but these errors were encountered: