Package org.renjin.primitives.io.serialization.RDataWriter

Examples of org.renjin.primitives.io.serialization.RDataWriter.PersistenceHook


      return null;
    }
    if(!(hookExp instanceof Closure)) {
      throw new EvalException("Illegal type for refhook");
   
    return new PersistenceHook() {
     
      @Override
      public Vector apply(SEXP exp) {
       
        // make sure exp doesn't get evaled
View Full Code Here

TOP

Related Classes of org.renjin.primitives.io.serialization.RDataWriter.PersistenceHook

Copyright © 2018 www.massapicom. 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.