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
With addition of StreamWriteCapability checks, should convert UUIDSerializer as per title.
NOTE: since 2.x does not have access to these capabilities via SerializerProvider -- since it does not get JsonGenerator assigned (but 3.0 has) -- cannot really backport without bigger changes. But should be doable for 3.0.
In 3.0, will first need to add accessor in SerializerProvider for StreamWriteCapability, however.
The text was updated successfully, but these errors were encountered:
With addition of
StreamWriteCapability
checks, should convertUUIDSerializer
as per title.NOTE: since 2.x does not have access to these capabilities via
SerializerProvider
-- since it does not getJsonGenerator
assigned (but 3.0 has) -- cannot really backport without bigger changes. But should be doable for 3.0.In 3.0, will first need to add accessor in
SerializerProvider
forStreamWriteCapability
, however.The text was updated successfully, but these errors were encountered: