Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-extract
/
io.airbyte.cdk.output.sockets
/
ProtobufAwareCustomConnectorJsonCodec
Protobuf
Aware
Custom
Connector
Json
Codec
interface
ProtobufAwareCustomConnectorJsonCodec
<
T
>
:
JsonCodec
<
T
>
Members
Functions
decode
Link copied to clipboard
abstract
fun
decode
(
encoded
:
JsonNode
)
:
T
encode
Link copied to clipboard
abstract
fun
encode
(
decoded
:
T
)
:
JsonNode
value
For
Protobuf
Encoding
Link copied to clipboard
abstract
fun
valueForProtobufEncoding
(
v
:
T
)
:
Any
?