Uses of Package
ch.epfl.lpd.ids.serialization

Packages that use ch.epfl.lpd.ids.serialization
ch.epfl.lpd.ids.client Package containing the classes used for the chat client. 
ch.epfl.lpd.ids.serialization Package containing definition and implementation of a message. 
ch.epfl.lpd.ids.server Package containing the classes representing the chat server. 
 

Classes in ch.epfl.lpd.ids.serialization used by ch.epfl.lpd.ids.client
IMessage
          Specification of a message that will be sent between the clients and the server.
 

Classes in ch.epfl.lpd.ids.serialization used by ch.epfl.lpd.ids.serialization
IMessage
          Specification of a message that will be sent between the clients and the server.
 

Classes in ch.epfl.lpd.ids.serialization used by ch.epfl.lpd.ids.server
IMessage
          Specification of a message that will be sent between the clients and the server.