Uses of Class
com.opengamma.strata.collect.io.SerializedValue
-
Packages that use SerializedValue Package Description com.opengamma.strata.collect.io Provides utilities for the management of input and output. -
-
Uses of SerializedValue in com.opengamma.strata.collect.io
Methods in com.opengamma.strata.collect.io that return SerializedValue Modifier and Type Method Description static <T> SerializedValue
SerializedValue. serialize(Class<T> javaType, T value)
Obtains an instance by serializing the value based on the declared Java type.Methods in com.opengamma.strata.collect.io that return types with arguments of type SerializedValue Modifier and Type Method Description static org.joda.beans.TypedMetaBean<SerializedValue>
SerializedValue. meta()
The meta-bean forSerializedValue
.org.joda.beans.TypedMetaBean<SerializedValue>
SerializedValue. metaBean()
-