.NET Client Documentation
5.2.2
Search Results for

    Show / Hide Table of Contents

    AddDataSerializableFactoryClass Method

    AddDataSerializableFactoryClass(int, string)

    Adds an IDataSerializableFactory.

    Declaration
    public SerializationOptions AddDataSerializableFactoryClass(int factoryId, string factoryTypeName)
    Parameters
    int factoryId

    The identifier of the factory.

    string factoryTypeName

    The type name of the factory

    Returns
    SerializationOptions

    The SerializationOptions.

    AddDataSerializableFactoryClass(int, Type)

    Adds an IDataSerializableFactory.

    Declaration
    public SerializationOptions AddDataSerializableFactoryClass(int factoryId, Type factoryType)
    Parameters
    int factoryId

    The identifier of the factory.

    Type factoryType

    The type of the factory

    Returns
    SerializationOptions

    The SerializationOptions.

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