Type
- type to unmarshallpublic interface JsonUnmarshaller<Type>
Modifier and Type | Method and Description |
---|---|
Optional<UnmarshalledRequest<Type>> |
unmarshall(byte[] in)
Abstract method to unmarshall a given byte array.
|
Optional<UnmarshalledRequest<Type>> unmarshall(byte[] in)
in
- input byte array.Optional
of UnmarshalledRequest
.Copyright © 2023. All rights reserved.