public class EncoderPersister extends Object implements Persister<EncodingSupport>
| Modifier and Type | Method and Description |
|---|---|
EncodingSupport |
decode(ActiveMQBuffer buffer,
EncodingSupport record,
CoreMessageObjectPools pools) |
void |
encode(ActiveMQBuffer buffer,
EncodingSupport record) |
int |
getEncodeSize(EncodingSupport record) |
byte |
getID() |
static EncoderPersister |
getInstance() |
public byte getID()
getID in interface Persister<EncodingSupport>public static EncoderPersister getInstance()
public int getEncodeSize(EncodingSupport record)
getEncodeSize in interface Persister<EncodingSupport>public void encode(ActiveMQBuffer buffer, EncodingSupport record)
encode in interface Persister<EncodingSupport>public EncodingSupport decode(ActiveMQBuffer buffer, EncodingSupport record, CoreMessageObjectPools pools)
decode in interface Persister<EncodingSupport>Copyright © 2020 The Apache Software Foundation. All rights reserved.