Package com.azure.core.util.serializer
Interface JsonSerializerProvider
public interface JsonSerializerProvider
Interface to be implemented by an azure-core plugin that wishes to provide a
JsonSerializer implementation.-
Method Summary
Modifier and TypeMethodDescriptionCreates a new instance of theJsonSerializerthat this JsonSerializerProvider is configured to create.
-
Method Details
-
createInstance
JsonSerializer createInstance()Creates a new instance of theJsonSerializerthat this JsonSerializerProvider is configured to create.- Returns:
- A new
JsonSerializerinstance.
-