public interface Summary
Modifier and Type | Method and Description |
---|---|
Summary |
copy()
Deep copy.
|
byte[] |
toByteArray()
This is to serialize a Summary instance to a byte array.
|
Summary copy()
Caution: This must implement a deep copy.
byte[] toByteArray()
The user should encode in the byte array its total size, which is used during deserialization, especially if the Summary has variable sized elements.
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.