Uses of Class
com.exonum.binding.blockchain.serialization.TransactionLocationSerializer
-
Packages that use TransactionLocationSerializer Package Description com.exonum.binding.blockchain.serialization -
-
Uses of TransactionLocationSerializer in com.exonum.binding.blockchain.serialization
Methods in com.exonum.binding.blockchain.serialization that return TransactionLocationSerializer Modifier and Type Method Description static TransactionLocationSerializerTransactionLocationSerializer. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionLocationSerializer[]TransactionLocationSerializer. values()Returns an array containing the constants of this enum type, in the order they are declared.
-