public static class JIPipeAlgorithm.StateSerializer extends com.fasterxml.jackson.databind.JsonSerializer<JIPipeGraphNode>
Constructor and Description |
---|
StateSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(JIPipeGraphNode algorithm,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
protected boolean |
serializeParameter(Map.Entry<String,JIPipeParameterAccess> entry)
Returns true if the parameter should be serialized
|
public void serialize(JIPipeGraphNode algorithm, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
serialize
in class com.fasterxml.jackson.databind.JsonSerializer<JIPipeGraphNode>
IOException
com.fasterxml.jackson.core.JsonProcessingException
protected boolean serializeParameter(Map.Entry<String,JIPipeParameterAccess> entry)
entry
- the parameterCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.