public class IdentityDeserializer extends BulletDeserializer
config
Constructor and Description |
---|
IdentityDeserializer(com.yahoo.bullet.common.BulletConfig config)
Constructor that takes a configuration containing the settings relevant for this deserializer.
|
Modifier and Type | Method and Description |
---|---|
Object |
deserialize(Object object)
Deserializes or transforms an object.
|
from
public IdentityDeserializer(com.yahoo.bullet.common.BulletConfig config)
config
- The BulletConfig
to use.public Object deserialize(Object object)
BulletDeserializer
deserialize
in class BulletDeserializer
object
- The object to deserialize or transform.Copyright © 2021. All rights reserved.