public static final class PythonTypeUtils.ByteDataConverter extends PythonTypeUtils.DataConverter<Byte,Long>
Modifier and Type | Field and Description |
---|---|
static PythonTypeUtils.ByteDataConverter |
INSTANCE |
Constructor and Description |
---|
ByteDataConverter() |
Modifier and Type | Method and Description |
---|---|
Long |
toExternal(Byte value) |
Byte |
toInternal(Long value) |
public static final PythonTypeUtils.ByteDataConverter INSTANCE
public Byte toInternal(Long value)
toInternal
in class PythonTypeUtils.DataConverter<Byte,Long>
public Long toExternal(Byte value)
toExternal
in class PythonTypeUtils.DataConverter<Byte,Long>
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.