public class EncodingUtils extends Object
| Constructor and Description |
|---|
EncodingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static KeyValueDataList |
encodeObject(StatusMessage msg,
Object value)
Encodes an object and return the DataList object containing all the KeyValueData objects
in which this Object has been decomposed.
|
protected static Object |
innerEncodeObject(Object value,
String key,
long timestamp) |
public static final KeyValueDataList encodeObject(StatusMessage msg, Object value)
msg - value - The Object to be decomposed.Copyright © 2015 LSST. All rights reserved.