Uses of Interface
org.granite.messaging.jmf.codec.PrimitiveCodec

Packages that use PrimitiveCodec
org.granite.messaging.jmf.codec.std   
org.granite.messaging.jmf.codec.std.impl   
 

Uses of PrimitiveCodec in org.granite.messaging.jmf.codec.std
 

Subinterfaces of PrimitiveCodec in org.granite.messaging.jmf.codec.std
 interface BooleanCodec
           
 interface ByteCodec
           
 interface CharacterCodec
           
 interface DoubleCodec
           
 interface FloatCodec
           
 interface IntegerCodec
           
 interface LongCodec
           
 interface ShortCodec
           
 

Uses of PrimitiveCodec in org.granite.messaging.jmf.codec.std.impl
 

Classes in org.granite.messaging.jmf.codec.std.impl that implement PrimitiveCodec
 class BooleanCodecImpl
           
 class ByteCodecImpl
           
 class CharacterCodecImpl
           
 class DoubleCodecImpl
           
 class FloatCodecImpl
           
 class IntegerCodecImpl
           
 class LongCodecImpl
           
 class ShortCodecImpl