Package com.bytedesk.core.utils
Class MessageConvertUtils
java.lang.Object
com.bytedesk.core.utils.MessageConvertUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
toJson
(com.google.protobuf.Message sourceMessage) static MessageProto.Message
toProtoBean
(MessageProto.Message.Builder targetBuilder, String json)
-
Constructor Details
-
MessageConvertUtils
private MessageConvertUtils()
-
-
Method Details
-
toJson
- Throws:
IOException
-
toProtoBean
public static MessageProto.Message toProtoBean(MessageProto.Message.Builder targetBuilder, String json) throws IOException - Throws:
IOException
-