Class JsonScheme
- java.lang.Object
-
- org.apache.storm.sql.runtime.serde.json.JsonScheme
-
- All Implemented Interfaces:
Serializable
,Scheme
public class JsonScheme extends Object implements Scheme
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonScheme(List<String> fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>
deserialize(ByteBuffer ser)
Fields
getOutputFields()
-
-
-
Method Detail
-
deserialize
public List<Object> deserialize(ByteBuffer ser)
- Specified by:
deserialize
in interfaceScheme
-
getOutputFields
public Fields getOutputFields()
- Specified by:
getOutputFields
in interfaceScheme
-
-