Package com.adobe.marketing.mobile.xdm
Interface Property
-
- All Implemented Interfaces:
public interface Property
-
-
Method Summary
Modifier and Type Method Description abstract Map<String, Object>serializeToXdm()Serialize this Propertyobject to a map equivalent of its XDM schema.-
-
Method Detail
-
serializeToXdm
abstract Map<String, Object> serializeToXdm()
Serialize this
Propertyobject to a map equivalent of its XDM schema.- Returns:
XDM formatted map of this
Propertyobject
-
-
-
-