public static interface FlatFileInputFormat.SerializationContext<S>
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends S> |
getRealClass()
Produces the specific class to deserialize.
|
<any> |
getSerialization()
An
Serialization object for objects of type S. |
<any> getSerialization() throws java.io.IOException
Serialization
object for objects of type S.java.io.IOException
java.lang.Class<? extends S> getRealClass() throws java.io.IOException
java.io.IOException
Copyright © 2012 The Apache Software Foundation