.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    IByteArraySerializer<T> Interface

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

    Defines a generic custom serializer that operates over byte arrays.

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

    The type of the serialized object.

    Methods

    Name Description
    Read(byte[])

    Reads an object.

    Write(T)

    Writes an object.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.