Class MlOutputMarshaller<O>

java.lang.Object
org.gridgain.ml.compute.MlOutputMarshaller<O>
All Implemented Interfaces:
ByteArrayMarshaller<O>, Marshaller<O,byte[]>

public class MlOutputMarshaller<O> extends Object implements ByteArrayMarshaller<O>
A standard Marshaller for all list based output types for ML. TODO Replace Java serialization marshaller for cross-language ML API compatibility https://ggsystems.atlassian.net/browse/GG-44540