public interface FormDataPropertyValueSerializer
Property value serializer for application/x-www-form-urlencoded media type.| Modifier and Type | Method and Description |
|---|---|
static FormDataPropertyValueSerializer |
getDefault()
Get the default instance.
|
String |
serialize(com.holonplatform.core.property.Property<?> property,
Object value)
Serialize given property
value as String to be used as
application/x-www-form-urlencoded media type. |
String serialize(com.holonplatform.core.property.Property<?> property, Object value) throws com.holonplatform.core.property.Property.PropertyWriteException
value as String to be used as
application/x-www-form-urlencoded media type.property - Property to serialize the value forvalue - Property valuecom.holonplatform.core.property.Property.PropertyWriteException - If an error occurredstatic FormDataPropertyValueSerializer getDefault()
FormDataPropertyValueSerializerCopyright © 2019 The Holon Platform. All rights reserved.