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

Package class diagram package ICommandSerializer
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.

Author:
Jimmy

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 -


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.