public class LargePrimitiveArrayAdaptor extends Object implements SetupGenerator<SerializedArray>
Constructor and Description |
---|
LargePrimitiveArrayAdaptor() |
Modifier and Type | Method and Description |
---|---|
Class<SerializedArray> |
getAdaptedClass() |
boolean |
matches(Type type) |
Class<? extends SetupGenerator<SerializedArray>> |
parent() |
Computation |
tryDeserialize(SerializedArray value,
Deserializer generator) |
public Class<SerializedArray> getAdaptedClass()
getAdaptedClass
in interface Adaptor<SerializedArray>
public Class<? extends SetupGenerator<SerializedArray>> parent()
parent
in interface Adaptor<SerializedArray>
public boolean matches(Type type)
matches
in interface Adaptor<SerializedArray>
public Computation tryDeserialize(SerializedArray value, Deserializer generator)
tryDeserialize
in interface Adaptor<SerializedArray>
Copyright © 2020. All rights reserved.