You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following can help to understand possibly compatibility problems in user Java applications which can be caused by this issue:
zserio.runtime.io.ZserioIO is deprecated and will be removed. Please use zserio.runtime.io.serializeToBytes() or zserio.runtime.io.deserializeFromBytes() instead.
zserio.runtime.io.InitializeOffsetsWriter interface is deprecated and will be removed.
Java runtime functions serialize(), serializeToBytes() and serializeToFile() call initiliazeOffsets() automatically.
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()
anddeserialize()
methods similarly as C++ or Python runtime do.The text was updated successfully, but these errors were encountered: