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

    Constructors

    SerializerOptions()

    Initializes a new instance of the SerializationOptions class.

    SerializerOptions(SerializerOptions, Boolean)

    Initializes a new instance of the SerializationOptions class.

    Properties

    SerializedType

    Gets or sets the type being serialized.

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