.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    GlobalSerializerOptions Class

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

    Configures the global serializer.

    public class GlobalSerializerOptions : SingletonServiceFactory<ISerializer>, IDisposable
    Inheritance
    object
    SingletonServiceFactory<ISerializer>
    GlobalSerializerOptions
    Implements
    IDisposable
    Inherited Members
    SingletonServiceFactory<ISerializer>.Creator
    SingletonServiceFactory<ISerializer>.IsConfigured
    SingletonServiceFactory<ISerializer>.ServiceProvider
    SingletonServiceFactory<ISerializer>.OwnsService
    SingletonServiceFactory<ISerializer>.Service
    SingletonServiceFactory<ISerializer>.Dispose()
    SingletonServiceFactory<ISerializer>.Dispose(bool)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Constructors

    Name Description
    GlobalSerializerOptions()

    Initializes a new instance of the GlobalSerializerOptions class.

    Properties

    Name Description
    OverrideClrSerialization

    Whether to fully override (and ignore) the native CLR serialization.

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