All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudfoundry.multiapps.controller.process.variables.Serializer Maven / Gradle / Ivy

There is a newer version: 1.183.0
Show newest version
package org.cloudfoundry.multiapps.controller.process.variables;

import org.flowable.common.engine.api.variable.VariableContainer;

public interface Serializer {

    Object serialize(T value);

    T deserialize(Object serializedValue);

    T deserialize(Object serializedValue, VariableContainer container);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy