You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jp...@googlegroups.com
Hey guys,
There are several sections in the jpoxy code I don't use but I understand that many people do. Things like the ability to upload a json file and use that for RPC calls, scanning entire directories for classes and methods to include, and the ability to automatically marshal and unmarshall json to Java objects. Does anyone have a suggestion on how we can go about disabling features we don't intend on using in order to keep the binary size low and potentially speed up the code by bypassing unneeded features?