org.jboss.weld.tck
Class BeansImpl
java.lang.Object
org.jboss.weld.tck.BeansImpl
- All Implemented Interfaces:
- org.jboss.jsr299.tck.spi.Beans
public class BeansImpl
- extends Object
- implements org.jboss.jsr299.tck.spi.Beans
Implements the Beans SPI for the TCK specifically for the JBoss RI.
- Author:
- Shane Bryzak, Pete Muir, David Allen
| Fields inherited from interface org.jboss.jsr299.tck.spi.Beans |
PROPERTY_NAME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeansImpl
public BeansImpl()
isProxy
public boolean isProxy(Object instance)
- Specified by:
isProxy in interface org.jboss.jsr299.tck.spi.Beans
serialize
public byte[] serialize(Object instance)
throws IOException
- Specified by:
serialize in interface org.jboss.jsr299.tck.spi.Beans
- Throws:
IOException
deserialize
public Object deserialize(byte[] bytes)
throws IOException,
ClassNotFoundException
- Specified by:
deserialize in interface org.jboss.jsr299.tck.spi.Beans
- Throws:
IOException
ClassNotFoundException
Copyright © 2008-2010 Seam Framework. All Rights Reserved.