public interface SerializationMapper
| Modifier and Type | Method and Description |
|---|---|
Object |
mapAfterDeserialization(Object deserialized)
Builds an object from the passed object if it's a wrapper.
|
Object |
mapBeforeSerialization(Object original)
Wraps the passed object into another object if it's needed for serialization.
|
Object mapBeforeSerialization(Object original)
mapAfterDeserialization(Object).original - the object to be wrapped.Object mapAfterDeserialization(Object deserialized)
mapBeforeSerialization(Object).deserialized - the object that was deserialized.Copyright © 2006–2025 MuleSoft, Inc.. All rights reserved.