.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    SerializerOptions Class

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

    Configures a serializer for a type.

    public class SerializerOptions : SingletonServiceFactory<ISerializer>, IDisposable
    Inheritance
    object
    SingletonServiceFactory<ISerializer>
    SerializerOptions
    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
    SerializerOptions()

    Initializes a new instance of the SerializationOptions class.

    SerializerOptions(SerializerOptions, bool)

    Initializes a new instance of the SerializationOptions class.

    Properties

    Name Description
    SerializedType

    Gets or sets the type being serialized.

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