public static final class PythonTypeUtils.ArrayDataConverter<T> extends PythonTypeUtils.DataConverter<T[],Object[]>
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Object[] |
toExternal(T[] value) |
T[] |
toInternal(Object[] value) |
public T[] toInternal(Object[] value)
toInternal
in class PythonTypeUtils.DataConverter<T[],Object[]>
public Object[] toExternal(T[] value)
toExternal
in class PythonTypeUtils.DataConverter<T[],Object[]>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.