All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alachisoft.ncache.serialization.util.ConfigAttributes Maven / Gradle / Ivy

There is a newer version: 5.3.3
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.alachisoft.ncache.serialization.util;

/**
 * @author Muneeb Shahid
 */
public class ConfigAttributes {

    public static final class CompactSerialization {

        public static final String id = "id";
        public static final String name = "name";
        public static final String assembly = "assembly";
        public static final String type = "type";
        public static final String isGeneric = "is-generic";
        public static final String genericId = "generic-id";
        public static final String noOfArgs = "no-of-args";
        public static final String argumentsType = "arguments-type";
        public static final String argTypes = "arg-types";
        public static final String nonCompactFields = "non-compact-field";


    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy