public class LargeJsonCustomSerializer
extends org.flowable.variable.service.impl.types.SerializableType
RequestScopedServicesProvider
.Constructor and Description |
---|
LargeJsonCustomSerializer() |
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(byte[] bytes,
org.flowable.variable.api.types.ValueFields valueFields) |
String |
getTypeName() |
boolean |
isAbleToStore(Object o) |
boolean |
isCachable() |
byte[] |
serialize(Object o,
org.flowable.variable.api.types.ValueFields valueFields) |
public String getTypeName()
getTypeName
in interface org.flowable.variable.api.types.VariableType
getTypeName
in class org.flowable.variable.service.impl.types.SerializableType
public boolean isCachable()
isCachable
in interface org.flowable.variable.api.types.VariableType
isCachable
in class org.flowable.variable.service.impl.types.ByteArrayType
public boolean isAbleToStore(Object o)
isAbleToStore
in interface org.flowable.variable.api.types.VariableType
isAbleToStore
in class org.flowable.variable.service.impl.types.SerializableType
public byte[] serialize(Object o, org.flowable.variable.api.types.ValueFields valueFields)
serialize
in class org.flowable.variable.service.impl.types.SerializableType
public Object deserialize(byte[] bytes, org.flowable.variable.api.types.ValueFields valueFields)
deserialize
in class org.flowable.variable.service.impl.types.SerializableType
Copyright © 2020. All rights reserved.