final class BinaryFormat[A](val encode: A => AsyncCallback[BinaryData], val decode: BinaryData => AsyncCallback[A])
A means of converting instances of type A
to a binary format and back.
- Companion:
- object
class Object
trait Matchable
class Any
A means of converting instances of type A
to a binary format and back.