|
|
|
|
|
by tapichu
4346 days ago
|
|
Transit lets you define your own semantic types, with handlers and decoders to map from/to your programming language types. What exactly would one gain from using schemas, if I can send the value (state) of any of my static types to another application using Transit? |
|
Interoperability with other languages, for one. The static type you defined in your language can't be used with any other languages. Schemas are static types that can be used across languages.