.NET Client Documentation
5.3.0
Search Results for

    Show / Hide Table of Contents

    GlobalSerializer Property

    GlobalSerializer

    Gets the GlobalSerializerOptions.

    Declaration
    public GlobalSerializerOptions GlobalSerializer { get; set; }
    Property Value
    GlobalSerializerOptions
    Remarks

    When defined in a configuration file, it is defined as an injected type, for instance:

    "globalSerializer":
    {
      "typeName": "My.Serializer",
      "args":
      {
        "foo": 42
      },
      "overrideClrSerialization": true
    }
    with the additional overrideClrSerialization property.
    In This Article
    Back to top Copyright © 2010-2023 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.