Interface ICustomSerializable
Interface to any object that needs to control its own serialization.
Namespace: Microsoft.ML.Probabilistic.Learners
Assembly: Microsoft.ML.Probabilistic.Learners.dll
Syntax
public interface ICustomSerializable
Methods
SaveForwardCompatible(IWriter)
Saves the state of the object to a writer.
Declaration
void SaveForwardCompatible(IWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IWriter | writer | The writer to save the state of the object to. |