public class Serialization extends Object
| Constructor and Description |
|---|
Serialization() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromJson(String json,
Class<T> clazz) |
static <T> List<T> |
fromJsonToList(String json,
Class<T> clazz) |
static String |
toJson(Object object) |
Copyright 2022 OneSpan All rights reserved.