Class URLPlainParam

java.lang.Object
org.apache.dubbo.common.url.component.URLParam
org.apache.dubbo.common.url.component.URLPlainParam
All Implemented Interfaces:
Serializable

public class URLPlainParam extends URLParam implements Serializable
Act like URLParam, will not use DynamicParamTable to compress parameters, which can support serializer serialization and deserialization. DynamicParamTable is environment hard related.
See Also: