jar

org.ic4j : ic4j-candid

Maven & Gradle

Jul 03, 2023
3 usages
3 stars

IC4J Candid · Java library to serialize and deserialize Java objects to the Internet Computer Candid types.

Table Of Contents

Latest Version

Download org.ic4j : ic4j-candid JAR file - Latest Versions:

All Versions

Download org.ic4j : ic4j-candid JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ic4j-candid-0.6.19.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ic4j.candid.dom

├─ org.ic4j.candid.dom.DOMDeserializer.class - [JAR]

├─ org.ic4j.candid.dom.DOMSerDeserBase.class - [JAR]

├─ org.ic4j.candid.dom.DOMSerializer.class - [JAR]

├─ org.ic4j.candid.dom.DOMUtils.class - [JAR]

org.ic4j.candid.parser.idl.type

├─ org.ic4j.candid.parser.idl.type.IDLTypeGrammar.class - [JAR]

├─ org.ic4j.candid.parser.idl.type.IDLTypeGrammarConstants.class - [JAR]

├─ org.ic4j.candid.parser.idl.type.IDLTypeGrammarTokenManager.class - [JAR]

├─ org.ic4j.candid.parser.idl.type.IDLTypeGrammarTreeConstants.class - [JAR]

├─ org.ic4j.candid.parser.idl.type.JJTIDLTypeGrammarState.class - [JAR]

├─ org.ic4j.candid.parser.idl.type.Node.class - [JAR]

├─ org.ic4j.candid.parser.idl.type.ParseException.class - [JAR]

├─ org.ic4j.candid.parser.idl.type.SimpleCharStream.class - [JAR]

├─ org.ic4j.candid.parser.idl.type.SimpleNode.class - [JAR]

├─ org.ic4j.candid.parser.idl.type.Token.class - [JAR]

├─ org.ic4j.candid.parser.idl.type.TokenMgrError.class - [JAR]

org.ic4j.candid.parser.tree

├─ org.ic4j.candid.parser.tree.CandidParser.class - [JAR]

├─ org.ic4j.candid.parser.tree.CandidParserConstants.class - [JAR]

├─ org.ic4j.candid.parser.tree.CandidParserTokenManager.class - [JAR]

├─ org.ic4j.candid.parser.tree.CandidParserTreeConstants.class - [JAR]

├─ org.ic4j.candid.parser.tree.JJTCandidParserState.class - [JAR]

├─ org.ic4j.candid.parser.tree.Node.class - [JAR]

├─ org.ic4j.candid.parser.tree.ParseException.class - [JAR]

├─ org.ic4j.candid.parser.tree.SimpleCharStream.class - [JAR]

├─ org.ic4j.candid.parser.tree.SimpleNode.class - [JAR]

├─ org.ic4j.candid.parser.tree.Token.class - [JAR]

├─ org.ic4j.candid.parser.tree.TokenMgrError.class - [JAR]

org.ic4j.types

├─ org.ic4j.types.Duration.class - [JAR]

├─ org.ic4j.types.Func.class - [JAR]

├─ org.ic4j.types.Principal.class - [JAR]

├─ org.ic4j.types.PrincipalDeserializer.class - [JAR]

├─ org.ic4j.types.PrincipalError.class - [JAR]

├─ org.ic4j.types.PrincipalSerializer.class - [JAR]

├─ org.ic4j.types.Service.class - [JAR]

org.ic4j.candid.parser.idl.value

├─ org.ic4j.candid.parser.idl.value.IDLValueGrammar.class - [JAR]

├─ org.ic4j.candid.parser.idl.value.IDLValueGrammarConstants.class - [JAR]

├─ org.ic4j.candid.parser.idl.value.IDLValueGrammarTokenManager.class - [JAR]

├─ org.ic4j.candid.parser.idl.value.IDLValueGrammarTreeConstants.class - [JAR]

├─ org.ic4j.candid.parser.idl.value.JJTIDLValueGrammarState.class - [JAR]

├─ org.ic4j.candid.parser.idl.value.Node.class - [JAR]

├─ org.ic4j.candid.parser.idl.value.ParseException.class - [JAR]

├─ org.ic4j.candid.parser.idl.value.SimpleCharStream.class - [JAR]

├─ org.ic4j.candid.parser.idl.value.SimpleNode.class - [JAR]

├─ org.ic4j.candid.parser.idl.value.Token.class - [JAR]

├─ org.ic4j.candid.parser.idl.value.TokenMgrError.class - [JAR]

org.ic4j.candid.pojo

├─ org.ic4j.candid.pojo.PojoDeserializer.class - [JAR]

├─ org.ic4j.candid.pojo.PojoSerializer.class - [JAR]

├─ org.ic4j.candid.pojo.PojoUtils.class - [JAR]

org.ic4j.candid.jaxb

├─ org.ic4j.candid.jaxb.JAXBDeserializer.class - [JAR]

├─ org.ic4j.candid.jaxb.JAXBSerializer.class - [JAR]

├─ org.ic4j.candid.jaxb.JAXBUtils.class - [JAR]

org.ic4j.candid.types

├─ org.ic4j.candid.types.Label.class - [JAR]

├─ org.ic4j.candid.types.Meths.class - [JAR]

├─ org.ic4j.candid.types.Mode.class - [JAR]

├─ org.ic4j.candid.types.Numbers.class - [JAR]

├─ org.ic4j.candid.types.Opcode.class - [JAR]

├─ org.ic4j.candid.types.Type.class - [JAR]

org.ic4j.candid.annotations

├─ org.ic4j.candid.annotations.Deserializer.class - [JAR]

├─ org.ic4j.candid.annotations.Field.class - [JAR]

├─ org.ic4j.candid.annotations.Id.class - [JAR]

├─ org.ic4j.candid.annotations.Ignore.class - [JAR]

├─ org.ic4j.candid.annotations.Modes.class - [JAR]

├─ org.ic4j.candid.annotations.Name.class - [JAR]

├─ org.ic4j.candid.annotations.Serializer.class - [JAR]

org.ic4j.candid

├─ org.ic4j.candid.ByteUtils.class - [JAR]

├─ org.ic4j.candid.Bytes.class - [JAR]

├─ org.ic4j.candid.CandidError.class - [JAR]

├─ org.ic4j.candid.Deserialize.class - [JAR]

├─ org.ic4j.candid.Deserializer.class - [JAR]

├─ org.ic4j.candid.IDLBuilder.class - [JAR]

├─ org.ic4j.candid.IDLDeserialize.class - [JAR]

├─ org.ic4j.candid.IDLUtils.class - [JAR]

├─ org.ic4j.candid.Leb128.class - [JAR]

├─ org.ic4j.candid.ObjectDeserializer.class - [JAR]

├─ org.ic4j.candid.ObjectSerializer.class - [JAR]

├─ org.ic4j.candid.Serializer.class - [JAR]

├─ org.ic4j.candid.TypeSerialize.class - [JAR]

├─ org.ic4j.candid.TypeTable.class - [JAR]

├─ org.ic4j.candid.TypeTableResponse.class - [JAR]

├─ org.ic4j.candid.ValueSerializer.class - [JAR]

org.ic4j.candid.parser

├─ org.ic4j.candid.parser.IDLArgType.class - [JAR]

├─ org.ic4j.candid.parser.IDLArgs.class - [JAR]

├─ org.ic4j.candid.parser.IDLField.class - [JAR]

├─ org.ic4j.candid.parser.IDLParser.class - [JAR]

├─ org.ic4j.candid.parser.IDLType.class - [JAR]

├─ org.ic4j.candid.parser.IDLValue.class - [JAR]

├─ org.ic4j.candid.parser.IDLValueParser.class - [JAR]

├─ org.ic4j.candid.parser.ParserError.class - [JAR]

org.ic4j.candid.jackson

├─ org.ic4j.candid.jackson.JacksonDeserializer.class - [JAR]

├─ org.ic4j.candid.jackson.JacksonSerializer.class - [JAR]

org.ic4j.candid.jdbc

├─ org.ic4j.candid.jdbc.JDBCSerializer.class - [JAR]

Advertisement

Dependencies from Group

Jul 03, 2023
3 usages
3 stars
Aug 19, 2023
1 usages
21 stars
Mar 26, 2023
4 stars
Jan 16, 2022
3 stars
Apr 01, 2023
4 stars

Discover Dependencies

Aug 19, 2023
1 usages
21 stars
Jan 26, 2022
175 stars
Jan 26, 2022
1 usages
171 stars
Jan 26, 2022
1 usages
171 stars
Jan 26, 2022
3 usages
Feb 18, 2022
38 stars
Mar 26, 2022
38 stars
Mar 27, 2022
1 usages
38 stars
Aug 17, 2023
2 usages
1 stars
Aug 17, 2023
1 usages
1 stars