cz.cuni.amis.pogamut.base.communication.command
Interface ICommandSerializer<DATA>

All Known Implementing Classes:
StringCommandSerializer

public interface ICommandSerializer<DATA>

Command serializer that transforms the command message into data that can be sent to (and understood by) virtual world.


Method Summary
 DATA serialize(CommandMessage command)
          Serialize command into some form that may be sent to the world simulator.
 

Method Detail

serialize

DATA serialize(CommandMessage command)
Serialize command into some form that may be sent to the world simulator.

Parameters:
command -