Relative Content

Tag Archive for javagenericsserializationnetwork-programming

Generics and ReadObject

I have a simple server that uses generics and object serialization. (T is the input format, U is the output format). A simplified version that only deals with input is shown below: