Interface JsonSerializerProvider

All Known Implementing Classes:
GsonJsonSerializerProvider, JacksonJsonSerializerProvider

public interface JsonSerializerProvider
Interface to be implemented by an azure-core plugin that wishes to provide a JsonSerializer implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new instance of the JsonSerializer that this JsonSerializerProvider is configured to create.