| Package | Description |
|---|---|
| com.opengamma.strata.collect.io |
Provides utilities for the management of input and output.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SerializedValue |
SerializedValue.serialize(Class<T> javaType,
T value)
Obtains an instance by serializing the value based on the declared Java type.
|
| Modifier and Type | Method and Description |
|---|---|
static org.joda.beans.TypedMetaBean<SerializedValue> |
SerializedValue.meta()
The meta-bean for
SerializedValue. |
org.joda.beans.TypedMetaBean<SerializedValue> |
SerializedValue.metaBean() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.