INTO-CPS-Association / unifmu

A universal mechanism for implementing Functional Mock-up Units (FMUs) in various languages
41 stars 4 forks source link

Implement serialziation formats #4

Closed clegaard closed 3 years ago

clegaard commented 4 years ago

Currently, only json and pickle are supported. However, adding support for more serialization types is trivial using Serde.

clegaard commented 3 years ago

Abandoned in favor of using protobuf as the only format