List of usage examples for java.io Serializable interface-usage
From source file com.googelcode.jpractices.common.SalaryHighPredicate.java
/**
* Copyright 2009 @ jPractices v 1.0
* @SVN URL : http://jpractices.googlecode.com
* @author Ganesh Gowtham
* @Homepage : http://ganesh.gowtham.googlepages.com
* @description This Predicate is responsible in selecting the salary greater than iValue
From source file com.mycompany.test.spring.boot.jpa.service.CitySearchCriteria.java
/** * * @author Acdc */ public class CitySearchCriteria implements Serializable {
From source file com.enonic.cms.domain.security.userstore.UserStoreKey.java
public class UserStoreKey extends AbstractIntegerBasedKey implements Serializable { public UserStoreKey(String key) { if (key.startsWith("#")) { key = key.substring(1); }
From source file org.catchyou.api.models.Cover.java
@JSONSerializable public class Cover implements Serializable { @JSONProperty public String id; @JSONProperty
From source file com.enonic.cms.core.structure.menuitem.MenuItemContentKey.java
public class MenuItemContentKey implements Serializable { private int menuItemKey; private ContentKey contentKey; public MenuItemContentKey() {
From source file si.mko.test.serialize.api.ITransferObject.java
/** * * @author matej */ @JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = JsonTypeInfo.As.PROPERTY, property = "@class") public interface ITransferObject extends Serializable {
From source file waypoint.server.Waypoint.java
/**
* Copyright (c) 2015 Tim Lindquist,
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
From source file com.app.inventario.entidades.seguridad.Rol.java
/** * * @author eperez */ public class Rol implements Serializable, GrantedAuthority {
From source file com.enonic.cms.domain.structure.menuitem.MenuItemContentKey.java
public class MenuItemContentKey implements Serializable { private int menuItemKey; private ContentKey contentKey; public MenuItemContentKey() {
From source file com.enonic.cms.core.structure.menuitem.section.SectionContentKey.java
public class SectionContentKey extends AbstractIntegerBasedKey implements Serializable { public SectionContentKey(String key) { init(key); }