Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    Utilities.SaveForwardCompatible(ICustomSerializable, String, FileMode)
    Utilities.SaveForwardCompatibleAsBinary(ICustomSerializable, Stream)
    Utilities.SaveForwardCompatibleAsText(ICustomSerializable, Stream)
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.