.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    IStreamSerializer<T> Interface

    Namespace: Hazelcast.Serialization
    Assembly: Hazelcast.Net.dll

    Defines a generic custom ISerializer that operates over IObjectDataInput and IObjectDataOutput.

    public interface IStreamSerializer<T> : ISerializer, IDisposable
    Inherited Members
    ISerializer.TypeId
    IDisposable.Dispose()
    Type Parameters
    T

    The type of the serialized objects.

    Methods

    Name Description
    Read(IObjectDataInput)

    Reads an object.

    Write(IObjectDataOutput, T)

    Writes an object.

    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.