public class JacksonFunctionSerializer extends Object implements lambdify.core.FunctionSerializer
| Modifier and Type | Field and Description |
|---|---|
(package private) static com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
JacksonFunctionSerializer() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(InputStream inputStream,
Class<T> clazz) |
void |
serialize(Object object,
OutputStream outputStream) |
public void serialize(Object object, OutputStream outputStream) throws IOException
serialize in interface lambdify.core.FunctionSerializerIOExceptionpublic <T> T deserialize(InputStream inputStream, Class<T> clazz) throws IOException
deserialize in interface lambdify.core.FunctionSerializerIOExceptionCopyright © 2018. All rights reserved.