-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
storyGroup of tasksGroup of tasks
Description
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.
- High level transformation: make compound types conform to
Codable. Affected types areOSCMessage,OSCMessageArgumentandOSCBundle. - Low level transformation: provide own
EncoderandDecoder- will be a quite hard task. - Revisit tests: testing type to binary stream serialization and serialization details should be broken down to two parts (now details are verified in the same test pass).
Metadata
Metadata
Assignees
Labels
storyGroup of tasksGroup of tasks