JsonRecordSerializer

An adapter used to serialize and deserialize Record fields. Record object types will be serialized to CacheKey.

Functions

Link copied to clipboard
fun deserialize(key: String, jsonFieldSource: String): Record

returns the Record for the given Json

Link copied to clipboard
fun serialize(record: Record): String