com.web_visage.ichat
Interface ByteRepresentable

All Known Implementing Classes:
IChatAlertMessage, IChatBoardMessage, IChatConnectMessage, IChatCreateLineMessage, IChatCreateMessage, IChatDisconnectMessage, IChatForwardMessage, IChatMeMessage, IChatMessage, IChatReceivedMessage, IChatRefreshBoardMessage, IChatRefreshMessage, IChatRenameMessage, IChatServerForwardMessage, IChatStatusMessage, IChatStatusReqMessage, IChatTextMessage

public interface ByteRepresentable

Defines a way to represent type as a raw byte array.

Author:
K.Baturytski

Method Summary
 byte[] asByteArray()
          Converts a type to a raw byte array form.
 

Method Detail

asByteArray

byte[] asByteArray()
Converts a type to a raw byte array form.

Returns: