Class JavaObjectOutput
java.lang.Object
org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
org.apache.dubbo.common.serialize.java.JavaObjectOutput
- All Implemented Interfaces:
DataOutput,ObjectOutput
Java object output implementation
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.dubbo.common.serialize.nativejava.NativeJavaObjectOutput
writeBool, writeByte, writeBytes, writeBytes, writeDouble, writeFloat, writeInt, writeLong, writeShortMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.common.serialize.ObjectOutput
writeAttachments, writeEvent, writeThrowable
-
Constructor Details
-
JavaObjectOutput
- Throws:
IOException
-
JavaObjectOutput
- Throws:
IOException
-
-
Method Details
-
writeUTF
- Specified by:
writeUTFin interfaceDataOutput- Overrides:
writeUTFin classNativeJavaObjectOutput- Throws:
IOException
-
writeObject
- Specified by:
writeObjectin interfaceObjectOutput- Overrides:
writeObjectin classNativeJavaObjectOutput- Throws:
IOException
-
flushBuffer
- Specified by:
flushBufferin interfaceDataOutput- Overrides:
flushBufferin classNativeJavaObjectOutput- Throws:
IOException
-