Package org.jpmml.model
Interface Serializer
-
- All Known Subinterfaces:
TextSerializer
- All Known Implementing Classes:
JavaSerializer,JAXBSerializer
public interface Serializer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PMMLObjectdeserialize(java.io.InputStream is)voidserialize(PMMLObject object, java.io.OutputStream os)
-
-
-
Method Detail
-
deserialize
PMMLObject deserialize(java.io.InputStream is) throws java.lang.Exception
- Throws:
java.lang.Exception
-
serialize
void serialize(PMMLObject object, java.io.OutputStream os) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-