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
Although UUID deserializer can read both String and Binary (if available) representations, it is strictly based on capabilities of the backend (see JsonGenerator.canWriteBinaryNatively()), and there is no easy way to override behavior. This can be problematic in general, but caused issues in particular with Avro format which had formerly claimed it can not write binary natively: issues was fixed for 2.11, but some existing code/models were already counting on String-based representation.