Protoc Gen ArkTS
!NOTE Forked from protoc-gen-ts
Compile .proto files to plain ArkTS. Supports concurrent with @Sendable on codec classes.
Run with @ohos/protobufjs
Features
- Passes all required conformance tests
- Supports ArkTS(ets) with
@Sendablefor concurrent - Supports well-known types
Supports json encoding (toJson,fromJson)- Supports binary encoding (
toBinary,fromBinary) - Optimized for [de]serialization speed.
Usage
Protoc
Development