Closed rawilk closed 1 year ago
PR adds support for using custom value serializers. Also adds an alternative JsonValueSerializer to json_encode and json_decode values in storage instead of using php's serialize and unserialize functions.
JsonValueSerializer
json_encode
json_decode
serialize
unserialize
PR adds support for using custom value serializers. Also adds an alternative
JsonValueSerializer
tojson_encode
andjson_decode
values in storage instead of using php'sserialize
andunserialize
functions.