Package net.razorvine.pickle

Examples of net.razorvine.pickle.Unpickler.load()


public class UnpicklerTest {
  @Test
  public void testSomething() throws Exception {
    Unpickler u = new Unpickler();
   
    Object f = u.load(getClass().getResourceAsStream("/kwargs.bin"));
   
    int i = 0;
   
    i++;
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.