FastSerializable.java :  » Database-DBMS » perst » org » garret » perst » impl » Java Open Source

Java Open Source » Database DBMS » perst 
perst » org » garret » perst » impl » FastSerializable.java
package org.garret.perst.impl;

public interface FastSerializable { 
    int pack(ByteBuffer buf, int offs, String encoding);    
    int unpack(byte[] buf, int offs, String encoding);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.