.NET Client Documentation
5.1.1
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(Boolean)
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()

    Constructors

    GlobalSerializerOptions()

    Initializes a new instance of the GlobalSerializerOptions class.

    Properties

    OverrideClrSerialization

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

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