-
public interface DataEncoderAn events data encoder. Can be used for encrypting/decrypting events' data at saving in device storage Your implementation must satisfy condition
decode(encode(data)) == datafor anydata
public interface DataEncoder
An events data encoder. Can be used for encrypting/decrypting events' data at saving in device storage Your implementation must satisfy condition decode(encode(data)) == data for any data