Interface StochasticLabelledDataPetriNetSerializer
-
- All Known Implementing Classes:
StochasticLabelledDataPetriNetSerializerImpl
public interface StochasticLabelledDataPetriNetSerializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StochasticLabelledDataPetriNetdeserialize(java.io.InputStream is)voidserialize(StochasticLabelledDataPetriNet net, java.io.OutputStream os)
-
-
-
Method Detail
-
serialize
void serialize(StochasticLabelledDataPetriNet net, java.io.OutputStream os) throws java.io.IOException
- Throws:
java.io.IOException
-
deserialize
StochasticLabelledDataPetriNet deserialize(java.io.InputStream is) throws java.io.IOException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException, java.lang.NoSuchMethodException, java.lang.SecurityException
- Throws:
java.io.IOExceptionjava.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionjava.lang.IllegalArgumentExceptionjava.lang.reflect.InvocationTargetExceptionjava.lang.NoSuchMethodExceptionjava.lang.SecurityException
-
-