org.granite.messaging.amf.io.util.externalizer
Class MathContextExternalizer
java.lang.Object
org.granite.messaging.amf.io.util.externalizer.DefaultExternalizer
org.granite.messaging.amf.io.util.externalizer.MathContextExternalizer
- All Implemented Interfaces:
- Externalizer
public class MathContextExternalizer
- extends DefaultExternalizer
- Author:
- Franck WOLFF
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MathContextExternalizer
public MathContextExternalizer()
accept
public int accept(Class<?> clazz)
- Specified by:
accept in interface Externalizer- Overrides:
accept in class DefaultExternalizer
newInstance
public Object newInstance(String type,
ObjectInput in)
throws IOException,
ClassNotFoundException,
InstantiationException,
InvocationTargetException,
IllegalAccessException
- Specified by:
newInstance in interface Externalizer- Overrides:
newInstance in class DefaultExternalizer
- Throws:
IOException
ClassNotFoundException
InstantiationException
InvocationTargetException
IllegalAccessException
writeExternal
public void writeExternal(Object o,
ObjectOutput out)
throws IOException,
IllegalAccessException
- Specified by:
writeExternal in interface Externalizer- Overrides:
writeExternal in class DefaultExternalizer
- Throws:
IOException
IllegalAccessException