Package org.qdl_lang.variables.codecs
Class JSONCodec
- java.lang.Object
-
- org.qdl_lang.variables.codecs.JSONCodec
-
- All Implemented Interfaces:
AbstractCodec
public class JSONCodec extends Object implements AbstractCodec
Created by Jeff Gaynor
on 11/15/23 at 9:27 AM
-
-
Constructor Summary
Constructors Constructor Description JSONCodec()
-
-
-
Method Detail
-
encode
public String encode(String token)
- Specified by:
encode
in interfaceAbstractCodec
-
decode
public String decode(String encoded)
- Specified by:
decode
in interfaceAbstractCodec
-
-