com.web_visage.ichat
Interface ByteRepresentable

All Known Implementing Classes:
IChatForwardMessage, IChatServerForwardMessage

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: