Inheritance Hierarchy Object
Com.Datalogic.Extension.Selfshopping.Led.Action.PersistencePersistJSON
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 class PersistJSON : Object
Public Class PersistJSON
Inherits Object
The PersistJSON type exposes the following members.
Constructors
| Name | Description |
---|
| PersistJSON | Initializes a new instance of the PersistJSON class |
TopMethods 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