object Report
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Report
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Value Members
- def deserialize(bytes: Array[Byte]): Option[Report]
Tries to deserialize the given bytes as a Report.
- def serialize(report: Report): Array[Byte]
Serializes this Report to a byte array.
Serializes this Report to a byte array.
A report serialized with the exact same linker version is guaranteed to be deserializable using deserialize. If the linker version is different, no guarantee is given.