Class Serializer

java.lang.Object
org.arkecosystem.crypto.transactions.Serializer

public class Serializer
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Serializer​(Transaction transaction)  
  • Method Summary

    Modifier and Type Method Description
    byte[] serialize​(boolean skipSignature, boolean skipSecondSignature)  
    static byte[] serialize​(Transaction transaction)  
    static byte[] serialize​(Transaction transaction, boolean skipSignature, boolean skipSecondSignature)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • serialize

      public static byte[] serialize​(Transaction transaction)
    • serialize

      public static byte[] serialize​(Transaction transaction, boolean skipSignature, boolean skipSecondSignature)
    • serialize

      public byte[] serialize​(boolean skipSignature, boolean skipSecondSignature)