segabor / OSCCore

A tiny OSC module implementation in Swift
MIT License
44 stars 5 forks source link

Conform to Codables #16

Open segabor opened 6 years ago

segabor commented 6 years ago

Scope

So far OSCCore uses its own serialization technique. Swift 4 brings in Codables providing a standard way of doing it.

Transforming current implementation covers the following tasks.

segabor commented 5 years ago

Now I see this will be a long story. Here's a great motivational slide https://kaitlinmahar.com/files/encoder_decoder_slides.pdf