wiro icon indicating copy to clipboard operation
wiro copied to clipboard

Put together Either serialization and serialization in server/client

Open calippo opened this issue 7 years ago • 0 comments

In wiro we are forcing responses to have type Future[Either[_, _]]. While Future is automagically handled by autowire, Either is not. This information is lost on the wire (i.e. http/s). Serialization/Deserialization modules are currently splitted and confusing.

requirements

  • Put together Either serialization and serialization in server/client

specs

{optional: describe technical specs to implement this feature, if not obvious}

misc

{optional: other useful info}

calippo avatar May 19 '17 15:05 calippo