PersistJSONFromJson Method |
Namespace: Com.Datalogic.Extension.Selfshopping.Led.Action.PersistenceAssembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static LedAction FromJson(
string json
)
Public Shared Function FromJson (
json As String
) As LedAction
Parameters
- json
- Type: SystemString
- The input JSON string.
Return Value
Type:
LedActionThe resulting
LedAction
if the conversion succeeds,
null otherwise.
Remarks Converts a JSON string into a LedAction
.
This is done taking into consideration all the JSON attributes present
in the string to generate the resulting object. If there are wrong or
missing attributes the operation will fail by returning null.
[Android Documentation]
See Also