.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    IStreamSerializer<T> Interface

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

    A base class for custom serialization.

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

    A base class for custom serialization. User can register custom serializer.

    Methods

    Read(IObjectDataInput)

    Reads object from objectDataInputStream

    Write(IObjectDataOutput, T)

    This method writes object to ObjectDataOutput

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