org.apache.openejb.tck.cdi.tomee
Class BeansImpl
java.lang.Object
org.apache.openejb.tck.cdi.tomee.BeansImpl
- All Implemented Interfaces:
- org.jboss.jsr299.tck.spi.Beans
public class BeansImpl
- extends Object
- implements org.jboss.jsr299.tck.spi.Beans
- Version:
- $Rev$ $Date$
| 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 © 1999-2013 The Apache Software Foundation. All Rights Reserved.