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