JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
se.fortnox.reactivewizard.jaxrs.params.deserializing
Interface BodyDeserializer<T>
public interface
BodyDeserializer<T>
Parses an object out of a byte[].
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
deserialize
(byte[] value)
Method Details
deserialize
T
deserialize
(byte[] value)
throws
DeserializerException
Throws:
DeserializerException