You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is library satisfies all my needs except I found out it can only transmit and receive Java Objects, which is not desirable for all applications. This is especially problematic when I want to implement client or server in languages other than Java. I am wondering whether there is a workaround for this, for example transmitting/receiving data in byte streams without interpret them as Java objects.
The text was updated successfully, but these errors were encountered:
This is library satisfies all my needs except I found out it can only transmit and receive Java Objects, which is not desirable for all applications. This is especially problematic when I want to implement client or server in languages other than Java. I am wondering whether there is a workaround for this, for example transmitting/receiving data in byte streams without interpret them as Java objects.
The text was updated successfully, but these errors were encountered: