Uses of Interface
com.flat502.rox.marshal.FieldNameDecoder

Packages that use FieldNameDecoder
com.flat502.rox.marshal Provides generic classes for marshalling and unmarshalling RPC messages. 
 

Uses of FieldNameDecoder in com.flat502.rox.marshal
 

Subinterfaces of FieldNameDecoder in com.flat502.rox.marshal
 interface FieldNameCodec
           
 

Classes in com.flat502.rox.marshal that implement FieldNameDecoder
 class HyphenatedFieldNameCodec
           
 class NopFieldNameCodec