.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    IByteArraySerializer<T> Interface

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

    For sample usage custom serialization and other way of custom serialization see IStreamSerializer<T> . Note that read and write methods should be compatible

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

    Methods

    Read(Byte[])

    Converts given byte array to object

    Write(T)

    Converts given object to byte array

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