Click or drag to resize
PersistJSON Class
Inheritance Hierarchy
Object
  Com.Datalogic.Extension.Selfshopping.Led.Action.PersistencePersistJSON

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 class PersistJSON : Object

The PersistJSON type exposes the following members.

Constructors
  NameDescription
Public methodPersistJSON
Initializes a new instance of the PersistJSON class
Top
Methods
  NameDescription
Public methodStatic memberFromJson
Converts a JSON string into a LedAction
Public methodStatic memberToJson
Converts a LedAction
Top
Remarks
Helper class to allow persisting LedAction objects to the JSON format. The same operation is also available through reflection by using a classic JSON library (such as Google GSON).

[Android Documentation]

See Also