Package com.azure.core.util.serializer
Interface JsonSerializerProvider
-
public interface JsonSerializerProviderInterface to be implemented by an azure-core plugin that wishes to provide aJsonSerializerimplementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JsonSerializercreateInstance()Creates a new instance of theJsonSerializerthat this JsonSerializerProvider is configured to create.
-
-
-
Method Detail
-
createInstance
JsonSerializer createInstance()
Creates a new instance of theJsonSerializerthat this JsonSerializerProvider is configured to create.- Returns:
- A new
JsonSerializerinstance.
-
-