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
swim.avro is able to construct a swim.structure.Value given a swim.avro.AvroType<? extends Value> and a binary serialization.
We need to also be able to go the other direction; given a Value whose structure conforms to a provided AvroType<? extends Value>, output its (binary) Avro serialization.
The text was updated successfully, but these errors were encountered:
swim.avro
is able to construct aswim.structure.Value
given aswim.avro.AvroType<? extends Value>
and a binary serialization.We need to also be able to go the other direction; given a
Value
whose structure conforms to a providedAvroType<? extends Value>
, output its (binary) Avro serialization.The text was updated successfully, but these errors were encountered: