com.dyuproject.protostuff
Class StringSerializer.STRING

java.lang.Object
  extended by com.dyuproject.protostuff.StringSerializer.STRING
Enclosing class:
StringSerializer

public static final class StringSerializer.STRING
extends java.lang.Object


Method Summary
static java.lang.String deser(byte[] nonNullValue)
           
static java.lang.String deser(byte[] nonNullValue, int offset, int len)
           
static byte[] ser(java.lang.String nonNullValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deser

public static java.lang.String deser(byte[] nonNullValue)

deser

public static java.lang.String deser(byte[] nonNullValue,
                                     int offset,
                                     int len)

ser

public static byte[] ser(java.lang.String nonNullValue)


Copyright © 2009-2012. All Rights Reserved.