@InterfaceAudience.Public @InterfaceStability.Evolving public interface StoreCaster extends LoadCaster
Modifier and Type | Method and Description |
---|---|
byte[] |
toBytes(BigDecimal bd) |
byte[] |
toBytes(BigInteger bi) |
byte[] |
toBytes(Boolean b) |
byte[] |
toBytes(DataBag bag) |
byte[] |
toBytes(DataByteArray a) |
byte[] |
toBytes(org.joda.time.DateTime dt) |
byte[] |
toBytes(Double d) |
byte[] |
toBytes(Float f) |
byte[] |
toBytes(Integer i) |
byte[] |
toBytes(Long l) |
byte[] |
toBytes(Map<String,Object> m) |
byte[] |
toBytes(String s) |
byte[] |
toBytes(Tuple t) |
bytesToBag, bytesToBigDecimal, bytesToBigInteger, bytesToBoolean, bytesToCharArray, bytesToDateTime, bytesToDouble, bytesToFloat, bytesToInteger, bytesToLong, bytesToMap, bytesToTuple
byte[] toBytes(DataBag bag) throws IOException
IOException
byte[] toBytes(String s) throws IOException
IOException
byte[] toBytes(Double d) throws IOException
IOException
byte[] toBytes(Float f) throws IOException
IOException
byte[] toBytes(Integer i) throws IOException
IOException
byte[] toBytes(Boolean b) throws IOException
IOException
byte[] toBytes(Long l) throws IOException
IOException
byte[] toBytes(org.joda.time.DateTime dt) throws IOException
IOException
byte[] toBytes(Map<String,Object> m) throws IOException
IOException
byte[] toBytes(Tuple t) throws IOException
IOException
byte[] toBytes(DataByteArray a) throws IOException
IOException
byte[] toBytes(BigInteger bi) throws IOException
IOException
byte[] toBytes(BigDecimal bd) throws IOException
IOException
Copyright © 2007-2017 The Apache Software Foundation