Package io.quarkus.quartz.runtime.jdbc
Class DBDelegateUtils
java.lang.Object
io.quarkus.quartz.runtime.jdbc.DBDelegateUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ObjectgetObjectFromInput(InputStream binaryInput) A method to deserialize a marshalled object in an input stream.
-
Constructor Details
-
DBDelegateUtils
DBDelegateUtils()
-
-
Method Details
-
getObjectFromInput
static Object getObjectFromInput(InputStream binaryInput) throws ClassNotFoundException, IOException A method to deserialize a marshalled object in an input stream. This implementation usesQuarkusObjectInputStreaminstead ofObjectInputStreamto workaround aClassNotFoundExceptionissue observed in Test & Dev mode when `resolveClass(ObjectStreamClass)` is called.- Throws:
ClassNotFoundExceptionIOException
-