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 SummaryConstructors Constructor Description JSONCodec()
 
- 
- 
- 
Method Detail- 
encodepublic String encode(String token) - Specified by:
- encodein interface- AbstractCodec
 
 - 
decodepublic String decode(String encoded) - Specified by:
- decodein interface- AbstractCodec
 
 
- 
 
-