Looking for a Java equivalent to JavaScriptSerializer

175 Views Asked by At

I am replacing a VB app that accesses a secure server. My version of the app is written in Java. The app I am replacing uses JavaScriptSerializer to encrypt the login credentials. Is there an equivalent to JavaScriptSerializer in Java?

0

There are 0 best solutions below