Click or drag to resize
PersistJSONFromJson Method
Converts a JSON string into a LedAction

Namespace: Com.Datalogic.Extension.Selfshopping.Led.Action.Persistence
Assembly: 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
)

Parameters

json
Type: SystemString
- The input JSON string.

Return Value

Type: LedAction
The 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