-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
디자인 아이디어 디스커션 #1
Comments
parseJSONToProtoMessage 가 약간 복잡할 것 같네요. generateProtoDefinition은 비교적 간단하지 않을까요? 그런데 이거 파일 넣고 막 여러번 변환 변환 변환을 반복해서 깔끔하게 잘 구현되면 좋겠네요 |
note to myself PossibleJSON values
|
@TangoEnSkai |
이제 배열만 하면 되는데 배열 => repeated 가 좀 고민이네요.
1번의 경우로 하려고 함니다. |
어떻게 할지 잠깐 생각하다가 어제 잠들었는데요, 자동적으로 추론하기는 어렵겠네요. enum은 필드명이 enum인것을 추출하면 되지 않을까 단순하게 생각했었는데 https://www.json.org/json-en.html 이걸 보니 딱히 native 로 지원하지는 않는것 같아서 추론불가능한게 맞겠네요. |
네 이부분 해 시간 나는대로 하나씩 해보겠습니다. 오는 수요일까지는 좀 바쁠 것 같긴 한데요, |
이 부분은 JSON의 배열에서 Protobuf로 변환할 때 배열내의 각 원소의 추론되는 타입이 다른 경우를 말씀하시는 건가요?
를 말씀하시는 걸까요? 잘 이해가 안되서 혹시 조금만 더 설명해 주실 수 있으면 감사하겠습니다. |
Objective
to
Details
Proto Message 는 다음과 같이 나타내어 질 수 있음
fieldType 은 Message 형 혹은 Primitive형으로 구분됨 (이 프로젝트에서 enum과 oneof 및 기타 complex type은 제외. JSON에서 추론 불가능함.)
음 될까요??
The text was updated successfully, but these errors were encountered: