JsonSerializerProvider Interface
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 and Description |
---|---|
abstract
Json |
createInstance()
Creates a new instance of the JsonSerializer that this Json |
Method Details
createInstance
public abstract JsonSerializer createInstance()
Creates a new instance of the JsonSerializer that this JsonSerializerProvider is configured to create.
Returns:
A new JsonSerializer instance.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java