T - public final class SerializableValue<T> extends Object implements Serializable
Serializable instance of any given value and its Marshaller.public static <T> SerializableValue<T> of(Marshaller<T> marshaller, T value)
public T getValue()
Copyright © 2015 Google. All rights reserved.