package
19.10.0+incompatible
Repository: https://github.com/safescale-dev-team/safescale.git
Documentation: pkg.go.dev

# Functions

FromJSON reads json code and restores data.
NewJSONProperties creates a new JSonProperties instance.
ToJSON serializes data into JSON.

# Variables

PropertyTypeRegistry ...

# Structs

JSONProperties ...
SyncedJSONProperty is used to manipulate jsonProperty with type of lock asked (as returns by JSONProperties.LockBy<x>).

# Interfaces

Property is the interface each Property must satisfy.
Serializable is the interface allowing the conversion of satisfying struct to []byte (Serialize()) and reverse operation (Unserialize()).