JsonCodec(IEnumerable<ICodecSelector>, IEnumerable<ICopierSelector>, IOptions<JsonCodecOptions>)
public JsonCodec(IEnumerable<ICodecSelector> serializableTypeSelectors, IEnumerable<ICopierSelector> copyableTypeSelectors, IOptions<JsonCodecOptions> options) Initializes a new instance of the
JsonCodec class. Parameters
serializableTypeSelectorsIEnumerable<ICodecSelector>- Filters used to indicate which types should be serialized by this codec.
copyableTypeSelectorsIEnumerable<ICopierSelector>- Filters used to indicate which types should be copied by this codec.
optionsIOptions<JsonCodecOptions>- The JSON codec options.
