I have a current API, which I have to convert it to serializable to
make remote client program call them. I realise that there are some
static methods in the API, which means that they will not be
serialized. What should I do if I want the remote client program to
call these static methods, possibly with minimal changes to the API
as possible?