Uses of Class
com.dyuproject.protostuff.MapSchema.MapWrapper

Uses of MapSchema.MapWrapper in com.dyuproject.protostuff
 

Methods in com.dyuproject.protostuff with parameters of type MapSchema.MapWrapper
protected abstract  void MapSchema.putValueFrom(Input input, MapSchema.MapWrapper<K,V> wrapper, K key)
          Puts the entry(key and value), obtained from the input, into the MapWrapper.
protected  void MessageMapSchema.putValueFrom(Input input, MapSchema.MapWrapper<K,V> wrapper, K key)
           
protected  void StringMapSchema.putValueFrom(Input input, MapSchema.MapWrapper<java.lang.String,V> wrapper, java.lang.String key)
           
protected abstract  K MapSchema.readKeyFrom(Input input, MapSchema.MapWrapper<K,V> wrapper)
          Reads the key from the input.
protected  K MessageMapSchema.readKeyFrom(Input input, MapSchema.MapWrapper<K,V> wrapper)
           
protected  java.lang.String StringMapSchema.readKeyFrom(Input input, MapSchema.MapWrapper<java.lang.String,V> wrapper)
           
 



Copyright © 2009-2012. All Rights Reserved.