Show / Hide Table of Contents

    Interface IBinarySerializer

    Binary serializer.

    Namespace: Apache.Ignite.Core.Binary
    Assembly: Apache.Ignite.Core.dll
    Syntax
    public interface IBinarySerializer

    Methods

    ReadBinary(Object, IBinaryReader)

    Read binary object.

    Declaration
    void ReadBinary(object obj, IBinaryReader reader)
    Parameters
    Type Name Description
    System.Object obj

    Instantiated empty object.

    IBinaryReader reader

    Binary reader.

    WriteBinary(Object, IBinaryWriter)

    Write binary object.

    Declaration
    void WriteBinary(object obj, IBinaryWriter writer)
    Parameters
    Type Name Description
    System.Object obj

    Object.

    IBinaryWriter writer

    Binary writer.

    Back to top © 2015 - 2019 The Apache Software Foundation