Class MlOutputListMarshaller<O>

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

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