Class CustomOutputMarshaller<O>
java.lang.Object
org.apache.ignite.example.ml.custom.CustomOutputMarshaller<O>
- All Implemented Interfaces:
Serializable,org.apache.ignite.marshalling.ByteArrayMarshaller<O>,org.apache.ignite.marshalling.Marshaller<O,byte[]>
public class CustomOutputMarshaller<O>
extends Object
implements org.apache.ignite.marshalling.ByteArrayMarshaller<O>, Serializable
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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomOutputMarshaller
public CustomOutputMarshaller()
-
-
Method Details
-
marshal
-
unmarshal
-