Module com.s8.api
Package com.s8.api.serial
Interface S8ExplicitSerialPrototype<S extends S8ExplicitSerializable>
- Type Parameters:
S
- the Serializable type
- All Superinterfaces:
S8SerialPrototype<S>
public interface S8ExplicitSerialPrototype<S extends S8ExplicitSerializable>
extends S8SerialPrototype<S>
An explicit serial prototype based on
S8SerialPrototype<S>
- Author:
- Pierre Convert Copyright (C) 2025, Pierre Convert. All rights reserved.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Get the signature of the serializable object.Methods inherited from interface com.s8.api.serial.S8SerialPrototype
deserialize, getSerialType, hasDelta
-
Method Details
-
getSignature
byte[] getSignature()Get the signature of the serializable object.- Returns:
- the signature of the explicit serial
-