zhengyangyong commented on a change in pull request #47: General development 
dir translation and include img
URL: 
https://github.com/apache/incubator-servicecomb-docs/pull/47#discussion_r215859621
 
 

 ##########
 File path: java-chassis-reference/en_US/general-development/produceprocess.md
 ##########
 @@ -1,23 +1,23 @@
-# 返回值序列化扩展
-## 概念阐述
+# return value serialization extension
+## Concept Description
 
-当前REST通道返回值支持application/json和text/plain两种格式,支持开发人员扩展和重写,服务提供者通过produces声明可提供序列化能力,服务消费者通过请求的Accept头指明返回值序列化方式,默认返回application/json格式的数据。
+The current REST channel return value supports both application/json and 
text/plain formats, supports developer extensions and rewrites, service 
providers provide serialization capabilities through producer declarations, and 
service consumers specify return value serialization through the request's 
Accept header. By default, the data in application/json format is returned.
 
-## 开发说明
+## Development Instructions
 
-* ### 扩展
+* ### extension
 
-  开发人员可以根据业务需要,通过编程的方式来扩展返回值序列化方式。实施步骤如下,以扩展支持application/xml格式为例:
+  Developers can extend the return value serialization method programmatically 
based on business needs. The implementation steps are as follows, taking the 
extended support application/xml format as an example:
 
 Review comment:
   the extended -> how to make extension in order to

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to