Package org.jboss.serial.references

Examples of org.jboss.serial.references.MethodPersistentReference


/*     */   {
/* 355 */     return (Method)this.readResolveMethod.get();
/*     */   }
/*     */
/*     */   public void setReadResolveMethod(Method readResolveMethod) {
/* 359 */     this.readResolveMethod = new MethodPersistentReference(readResolveMethod, 2);
/*     */   }
View Full Code Here


/*     */   public Method getWriteReplaceMethod() {
/* 371 */     return (Method)this.writeReplaceMethod.get();
/*     */   }
/*     */
/*     */   public void setWriteReplaceMethod(Method writeReplaceMethod) {
/* 375 */     this.writeReplaceMethod = new MethodPersistentReference(writeReplaceMethod, 2);
/*     */   }
View Full Code Here

TOP

Related Classes of org.jboss.serial.references.MethodPersistentReference

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.