.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    CompactOptions Class

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

    Represents the compact serialization options.

    public sealed class CompactOptions
    Inheritance
    object
    CompactOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    Name Description
    CompactOptions()

    Initializes a new instance of the CompactOptions class.

    Properties

    Name Description
    SchemaReplicationDelay

    Gets or sets the amount of time to wait between each schema publication retries.

    SchemaReplicationRetries

    Gets or sets the maximum number of retries for schema publication.

    Methods

    Name Description
    AddSerializer(ICompactSerializer)

    Adds a serializer.

    AddSerializer<TSerialized>(ICompactSerializer<TSerialized>)

    Adds a serializer.

    AddSerializer<TSerializerSerialized, TSerialized>(ICompactSerializer<TSerializerSerialized>)

    Adds a serializer.

    AddType(Type)
    AddType<T>()

    Adds a type.

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