All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.ocean.rawsdk.client.imp.serialize.ParamRequestSerializer Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.alibaba.ocean.rawsdk.client.imp.serialize;

import com.alibaba.ocean.rawsdk.client.policy.Protocol;

/**
 * @author hongbang.hb
 *
 */
public class ParamRequestSerializer extends AbstractParamRequestSerializer {

	public String supportedContentType() {
		return Protocol.param.name();
	}

	@Override
	protected String processNestedParameter(Object value) {
		throw new RuntimeException("The param protocol does not support Nested parameters.");
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy