Modifier and Type | Method and Description |
---|---|
static SerializationFormattingPolicy |
SerializationFormattingPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializationFormattingPolicy[] |
SerializationFormattingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
JsonSerializable.toJson(SerializationFormattingPolicy formattingPolicy)
Converts to a JSON string.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.