zserio icon indicating copy to clipboard operation
zserio copied to clipboard

Improve serialization utilities in Java runtime library

Open mikir opened this issue 2 years ago • 0 comments

Currently, Java runtime library offers generic solution for reading or writing of Zserio objects (class zserio.runtime.io.ZserioIO).

To be consistent, it would be good to implement serialize() and deserialize() methods similarly as C++ or Python runtime do.

mikir avatar May 25 '22 09:05 mikir